aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2003-08-29 17:27:48 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2003-08-29 17:27:48 +0000
commit904736b519f774df6eabb7ce9a54a2b71a10c2af (patch)
treed462b4c90326beed580d91bea8d5dbab916a3f25
parent69b0ff3acf9c0a1addfcb526c6d6dcb5aa4bc961 (diff)
downloadffmpeg-904736b519f774df6eabb7ce9a54a2b71a10c2af.tar.gz
1000l in abbrv. table
Originally committed as revision 2179 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c
index eed4a8804c..f42dd3f6b3 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -1228,8 +1228,8 @@ static AbvEntry frame_abvs[] = {
{ "pal", 720, 576, 25, 1 },
{ "qntsc", 352, 240, 30000, 1001 }, /* VCD compliant ntsc */
{ "qpal", 352, 288, 25, 1 }, /* VCD compliant pal */
- { "sntsc", 352, 240, 30000, 1001 }, /* square pixel ntsc */
- { "spal", 352, 288, 25, 1 }, /* square pixel pal */
+ { "sntsc", 640, 480, 30000, 1001 }, /* square pixel ntsc */
+ { "spal", 768, 576, 25, 1 }, /* square pixel pal */
{ "film", 352, 240, 24, 1 },
{ "ntsc-film", 352, 240, 24000, 1001 },
{ "sqcif", 128, 96, 0, 0 },