Commit 904736b5 authored by Roman Shaposhnik's avatar Roman Shaposhnik

1000l in abbrv. table

Originally committed as revision 2179 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 69b0ff3a
...@@ -1228,8 +1228,8 @@ static AbvEntry frame_abvs[] = { ...@@ -1228,8 +1228,8 @@ static AbvEntry frame_abvs[] = {
{ "pal", 720, 576, 25, 1 }, { "pal", 720, 576, 25, 1 },
{ "qntsc", 352, 240, 30000, 1001 }, /* VCD compliant ntsc */ { "qntsc", 352, 240, 30000, 1001 }, /* VCD compliant ntsc */
{ "qpal", 352, 288, 25, 1 }, /* VCD compliant pal */ { "qpal", 352, 288, 25, 1 }, /* VCD compliant pal */
{ "sntsc", 352, 240, 30000, 1001 }, /* square pixel ntsc */ { "sntsc", 640, 480, 30000, 1001 }, /* square pixel ntsc */
{ "spal", 352, 288, 25, 1 }, /* square pixel pal */ { "spal", 768, 576, 25, 1 }, /* square pixel pal */
{ "film", 352, 240, 24, 1 }, { "film", 352, 240, 24, 1 },
{ "ntsc-film", 352, 240, 24000, 1001 }, { "ntsc-film", 352, 240, 24000, 1001 },
{ "sqcif", 128, 96, 0, 0 }, { "sqcif", 128, 96, 0, 0 },
......
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