| Index: media/base/video_capture_types.h
|
| diff --git a/media/base/video_capture_types.h b/media/base/video_capture_types.h
|
| index 88b5a49e6b67984c07c4ac1a4bdec6422f357510..0f0cc54652d3c12f305bd899510cac586421fcc1 100644
|
| --- a/media/base/video_capture_types.h
|
| +++ b/media/base/video_capture_types.h
|
| @@ -32,7 +32,7 @@ enum VideoPixelFormat {
|
| PIXEL_FORMAT_ARGB,
|
| PIXEL_FORMAT_MJPEG,
|
| PIXEL_FORMAT_UNKNOWN, // Color format not set.
|
| - PIXEL_FORMAT_MAX,
|
| + PIXEL_FORMAT_MAX = PIXEL_FORMAT_UNKNOWN,
|
| };
|
|
|
| // Storage type for the pixels. In principle, all combinations of Storage and
|
|
|