Index: content/common/gpu/media/v4l2_slice_video_decode_accelerator.h |
diff --git a/content/common/gpu/media/v4l2_slice_video_decode_accelerator.h b/content/common/gpu/media/v4l2_slice_video_decode_accelerator.h |
index 45b77e811f269be84f5dedb694b965b8332996d1..dd72eb7a6ddacc9943a3fa03a6b51f9a5c1f8d60 100644 |
--- a/content/common/gpu/media/v4l2_slice_video_decode_accelerator.h |
+++ b/content/common/gpu/media/v4l2_slice_video_decode_accelerator.h |
@@ -90,6 +90,9 @@ class CONTENT_EXPORT V4L2SliceVideoDecodeAccelerator |
const size_t kInputBufferMaxSizeFor4k = 4 * kInputBufferMaxSizeFor1080p; |
const size_t kNumInputBuffers = 16; |
+ // Input format V4L2 fourccs this class supports. |
+ static const uint32_t supported_input_fourccs_[]; |
+ |
// |
// Below methods are used by accelerator implementations. |
// |