| 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 599a31ec095afbb63d089a9637b7c36fde5fa8eb..73d0e31eb1236803d235c38a29b3121139d689b4 100644
|
| --- a/media/gpu/android_video_decode_accelerator.h
|
| +++ b/media/gpu/android_video_decode_accelerator.h
|
| @@ -210,6 +210,14 @@ class MEDIA_GPU_EXPORT AndroidVideoDecodeAccelerator
|
| // is only a hint.
|
| gfx::Size initial_expected_coded_size_;
|
|
|
| + // Should we allow MediaCodec to autodetect the codec type (true), or
|
| + // select a software decoder manually (false). This is because fallback to
|
| + // software when autodetecting can sometimes hang mediaserver.
|
| + bool allow_autodetection_ = false;
|
| +
|
| + // Should we notify AVDATimerManager when codec configuration completes?
|
| + bool notify_completion_ = false;
|
| +
|
| protected:
|
| friend class base::RefCountedThreadSafe<CodecConfig>;
|
| virtual ~CodecConfig();
|
|
|