Chromium Code Reviews| Index: media/gpu/v4l2_device.h |
| diff --git a/media/gpu/v4l2_device.h b/media/gpu/v4l2_device.h |
| index edf4686543080995a1ccdeb442f210010b165afc..7a0bd4e176a441fd5f7e1316b4308a1530722a7b 100644 |
| --- a/media/gpu/v4l2_device.h |
| +++ b/media/gpu/v4l2_device.h |
| @@ -24,10 +24,11 @@ |
| #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') |
|
Pawel Osciak
2016/10/19 09:23:04
Why remove VP8F, but not S264? I think they should
wuchengli
2016/10/20 10:14:06
You are right. I checked again and S264 is in thir
|
| #define V4L2_PIX_FMT_MT21 v4l2_fourcc('M', 'T', '2', '1') |
| +#ifndef V4L2_BUF_FLAG_LAST |
| +#define V4L2_BUF_FLAG_LAST 0x00100000 |
| +#endif |
| namespace media { |