changeset 10540:526cab0b961a libavcodec

Fix name for PIX_FMT_NV21 PixFmtInfo entry.
author stefano
date Thu, 19 Nov 2009 22:56:57 +0000
parents 8d8fcc20dd30
children 5afea08b89d4
files imgconvert.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/imgconvert.c	Thu Nov 19 11:49:03 2009 +0000
+++ b/imgconvert.c	Thu Nov 19 22:56:57 2009 +0000
@@ -486,7 +486,7 @@
         .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,