| Index: media/base/video_decoder_config.h
|
| diff --git a/media/base/video_decoder_config.h b/media/base/video_decoder_config.h
|
| index 4d8a502a26c4182ad84155492be2dd43f9e250b6..0099c3e34956b4b3b37cf542f43745fb38ef035b 100644
|
| --- a/media/base/video_decoder_config.h
|
| +++ b/media/base/video_decoder_config.h
|
| @@ -99,6 +99,7 @@ class MEDIA_EXPORT VideoDecoderConfig {
|
|
|
| // Optional byte data required to initialize video decoders, such as H.264
|
| // AVCC data.
|
| + void SetExtraData(const std::vector<uint8_t>& extra_data);
|
| const std::vector<uint8_t>& extra_data() const { return extra_data_; }
|
|
|
| // Whether the video stream is potentially encrypted.
|
|
|