[FFmpeg-cvslog] r20555 - trunk/libavcodec/imgconvert.c

stefano subversion
Thu Nov 19 23:56:57 CET 2009


Author: stefano
Date: Thu Nov 19 23:56:57 2009
New Revision: 20555

Log:
Fix name for PIX_FMT_NV21 PixFmtInfo entry.

Modified:
   trunk/libavcodec/imgconvert.c

Modified: trunk/libavcodec/imgconvert.c
==============================================================================
--- trunk/libavcodec/imgconvert.c	Thu Nov 19 22:03:25 2009	(r20554)
+++ trunk/libavcodec/imgconvert.c	Thu Nov 19 23:56:57 2009	(r20555)
@@ -486,7 +486,7 @@ static const PixFmtInfo pix_fmt_info[PIX
         .x_chroma_shift = 1, .y_chroma_shift = 1,
     },
     [PIX_FMT_NV21] = {
-        .name = "nv12",
+        .name = "nv21",
         .nb_channels = 2,
         .color_type = FF_COLOR_YUV,
         .pixel_type = FF_PIXEL_PLANAR,



More information about the ffmpeg-cvslog mailing list