| 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 38b27e95a4b21095a0c078e401c3fdb8dbc32f3b..c8199a2aae7d7fa670c0dfd6279e61e56b35aaea 100644
|
| --- a/media/gpu/android_video_decode_accelerator.h
|
| +++ b/media/gpu/android_video_decode_accelerator.h
|
| @@ -126,6 +126,10 @@ class MEDIA_GPU_EXPORT AndroidVideoDecodeAccelerator
|
| // restrict the codec to be software only.
|
| AVDACodecAllocator::TaskType task_type_;
|
|
|
| + // 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();
|
|
|