Commit 29dc9416 authored by stefano's avatar stefano

Fix name for PIX_FMT_NV21 PixFmtInfo entry.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20555 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 85f66bba
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment