Index: media/base/video_frame.h |
diff --git a/media/base/video_frame.h b/media/base/video_frame.h |
index ed554a1b390e8f7f892012bea686b778d2a96bfa..3c440099f9aaa846fe2647f3132df4a3321f720a 100644 |
--- a/media/base/video_frame.h |
+++ b/media/base/video_frame.h |
@@ -48,6 +48,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCountedThreadSafe<VideoFrame> { |
HOLE = 5, // Hole frame. |
#endif |
NATIVE_TEXTURE = 6, // Native texture. Pixel-format agnostic. |
+ YV12J = 7, // JPEG color range version of YV12 |
HISTOGRAM_MAX, // Must always be greatest. |
}; |