Index: content/common/gpu/media/v4l2_device.h |
diff --git a/content/common/gpu/media/v4l2_device.h b/content/common/gpu/media/v4l2_device.h |
index 2dc9eac72284305732bedd9f818c5e357cdccf1b..72af69967b3ea83d9820eee283b52e88b6754cad 100644 |
--- a/content/common/gpu/media/v4l2_device.h |
+++ b/content/common/gpu/media/v4l2_device.h |
@@ -16,6 +16,11 @@ |
#include "ui/gfx/geometry/size.h" |
#include "ui/gl/gl_bindings.h" |
+// TODO(posciak): remove this once V4L2 headers are updated. |
+#define V4L2_PIX_FMT_VP9 v4l2_fourcc('V', 'P', '9', '0') |
+#define V4L2_PIX_FMT_H264_SLICE v4l2_fourcc('S', '2', '6', '4') |
+#define V4L2_PIX_FMT_VP8_FRAME v4l2_fourcc('V', 'P', '8', 'F') |
+ |
namespace content { |
class CONTENT_EXPORT V4L2Device |