diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-19 22:56:57 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-19 22:56:57 +0000 |
commit | bf72597ef48bd37b7286f375a07e9188ab58f164 (patch) | |
tree | 1e376649df1844b95b9098709335063e17562d40 /libavcodec/imgconvert.c | |
parent | e26df9ebf107f5bd1f9136825b2d535ee386b412 (diff) | |
download | ffmpeg-bf72597ef48bd37b7286f375a07e9188ab58f164.tar.gz |
Fix name for PIX_FMT_NV21 PixFmtInfo entry.
Originally committed as revision 20555 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgconvert.c')
-rw-r--r-- | libavcodec/imgconvert.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |