summaryrefslogtreecommitdiffstats
path: root/media/base/video_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/base/video_frame.h')
-rw-r--r--media/base/video_frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/base/video_frame.h b/media/base/video_frame.h
index df383d0..fa8aa96 100644
--- a/media/base/video_frame.h
+++ b/media/base/video_frame.h
@@ -40,7 +40,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCountedThreadSafe<VideoFrame> {
// http://www.fourcc.org/rgb.php
// http://www.fourcc.org/yuv.php
enum Format {
- INVALID = 0, // Invalid format value. Used for error reporting.
+ UNKNOWN = 0, // Unknown format value.
RGB32 = 4, // 32bpp RGB packed with extra byte 8:8:8
YV12 = 6, // 12bpp YVU planar 1x1 Y, 2x2 VU samples
YV16 = 7, // 16bpp YVU planar 1x1 Y, 2x1 VU samples