Fix name for PIX_FMT_NV21 PixFmtInfo entry.

Originally committed as revision 20555 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Stefano Sabatini 15 years ago
parent e26df9ebf1
commit bf72597ef4
  1. 2
      libavcodec/imgconvert.c

@ -486,7 +486,7 @@ static const PixFmtInfo pix_fmt_info[PIX_FMT_NB] = {
.x_chroma_shift = 1, .y_chroma_shift = 1, .x_chroma_shift = 1, .y_chroma_shift = 1,
}, },
[PIX_FMT_NV21] = { [PIX_FMT_NV21] = {
.name = "nv12", .name = "nv21",
.nb_channels = 2, .nb_channels = 2,
.color_type = FF_COLOR_YUV, .color_type = FF_COLOR_YUV,
.pixel_type = FF_PIXEL_PLANAR, .pixel_type = FF_PIXEL_PLANAR,

Loading…
Cancel
Save