Index: content/common/gpu/media/v4l2_video_decode_accelerator.h |
diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.h b/content/common/gpu/media/v4l2_video_decode_accelerator.h |
index 5325e464ec9887a9500f1136eda90d17062a832c..3d06665e344a27f0d490c34ed0dd7ae359b8529e 100644 |
--- a/content/common/gpu/media/v4l2_video_decode_accelerator.h |
+++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h |
@@ -450,6 +450,9 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator |
// Chosen output format. |
uint32_t output_format_fourcc_; |
+ // Input format V4L2 fourccs this class supports. |
+ static const uint32_t supported_input_fourccs_[]; |
+ |
// The WeakPtrFactory for |weak_this_|. |
base::WeakPtrFactory<V4L2VideoDecodeAccelerator> weak_this_factory_; |