| Index: content/common/gpu/media/exynos_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/exynos_video_decode_accelerator.h b/content/common/gpu/media/exynos_video_decode_accelerator.h
|
| index 77471402ff0d61f259f228cc3d12403c332076e8..5ade8ce932dcf3b4509c5eb38d39bba7e3b56e98 100644
|
| --- a/content/common/gpu/media/exynos_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/exynos_video_decode_accelerator.h
|
| @@ -85,6 +85,7 @@ class CONTENT_EXPORT ExynosVideoDecodeAccelerator :
|
| private:
|
| // These are rather subjectively tuned.
|
| enum {
|
| + kInitialFramerate = 30,
|
| kMfcInputBufferCount = 8,
|
| // TODO(posciak): determine MFC input buffer size based on level limits.
|
| // See http://crbug.com/255116.
|
|
|