| Index: media/gpu/android_video_decode_accelerator.h
|
| diff --git a/media/gpu/android_video_decode_accelerator.h b/media/gpu/android_video_decode_accelerator.h
|
| index ff44bc1147f55ab15460c1c6541893fba887507d..c81e6ddd929eecd9ede316383e5f8dbab8f89291 100644
|
| --- a/media/gpu/android_video_decode_accelerator.h
|
| +++ b/media/gpu/android_video_decode_accelerator.h
|
| @@ -125,6 +125,10 @@ class MEDIA_GPU_EXPORT AndroidVideoDecodeAccelerator
|
| // software when autodetecting can sometimes hang mediaserver.
|
| bool allow_autodetection_ = false;
|
|
|
| + // Codec specific data (SPS and PPS for H264).
|
| + std::vector<uint8_t> csd0_;
|
| + std::vector<uint8_t> csd1_;
|
| +
|
| protected:
|
| friend class base::RefCountedThreadSafe<CodecConfig>;
|
| virtual ~CodecConfig();
|
|
|