summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppb_video_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/c/ppb_video_frame.h')
-rw-r--r--ppapi/c/ppb_video_frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/ppb_video_frame.h b/ppapi/c/ppb_video_frame.h
index 4bf043f..3acfdc7 100644
--- a/ppapi/c/ppb_video_frame.h
+++ b/ppapi/c/ppb_video_frame.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_video_frame.idl modified Wed Jan 8 14:06:25 2014. */
+/* From ppb_video_frame.idl modified Wed Jan 22 21:25:01 2014. */
#ifndef PPAPI_C_PPB_VIDEO_FRAME_H_
#define PPAPI_C_PPB_VIDEO_FRAME_H_
@@ -40,7 +40,7 @@ typedef enum {
*/
PP_VIDEOFRAME_FORMAT_YV16 = 2,
/**
- * 12bpp YVU planar 1x1 Y, 2x2 VU samples.
+ * 12bpp YVU planar 1x1 Y, 2x2 UV samples.
*/
PP_VIDEOFRAME_FORMAT_I420 = 3,
/**