OSDN Git Service

Fix name for PIX_FMT_NV21 PixFmtInfo entry.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 19 Nov 2009 22:56:57 +0000 (22:56 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 19 Nov 2009 22:56:57 +0000 (22:56 +0000)
Originally committed as revision 20555 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/imgconvert.c

index 068e933..7e09696 100644 (file)
@@ -486,7 +486,7 @@ static const PixFmtInfo pix_fmt_info[PIX_FMT_NB] = {
         .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,