]> git.sesse.net Git - ffmpeg/commitdiff
avutil/pixfmt: Add missing AV_ prefix to PIX_FMT_YUV411P
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 24 Mar 2015 16:36:39 +0000 (17:36 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 24 Mar 2015 16:36:39 +0000 (17:36 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/pixfmt.h

index c139df82d7a7107f9e51c48b65689fb6495a4289..50403d748da86f5d54db54193212c102e1e37670 100644 (file)
@@ -285,7 +285,7 @@ enum AVPixelFormat {
     AV_PIX_FMT_GBRAP,       ///< planar GBRA 4:4:4:4 32bpp
     AV_PIX_FMT_GBRAP16BE,   ///< planar GBRA 4:4:4:4 64bpp, big-endian
     AV_PIX_FMT_GBRAP16LE,   ///< planar GBRA 4:4:4:4 64bpp, little-endian
-    AV_PIX_FMT_YUVJ411P,    ///< planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples) full scale (JPEG), deprecated in favor of PIX_FMT_YUV411P and setting color_range
+    AV_PIX_FMT_YUVJ411P,    ///< planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples) full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV411P and setting color_range
 
     AV_PIX_FMT_BAYER_BGGR8,    ///< bayer, BGBG..(odd line), GRGR..(even line), 8-bit samples */
     AV_PIX_FMT_BAYER_RGGB8,    ///< bayer, RGRG..(odd line), GBGB..(even line), 8-bit samples */