From bf72597ef48bd37b7286f375a07e9188ab58f164 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 19 Nov 2009 22:56:57 +0000 Subject: Fix name for PIX_FMT_NV21 PixFmtInfo entry. Originally committed as revision 20555 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/imgconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index 068e933ece..7e096967df 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -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, -- cgit v1.2.3