summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2003-08-29 06:58:55 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2003-08-29 06:58:55 +0000
commitba2a8cb40b5f3260923f70f6b35040689ba473f6 (patch)
treefad48244fdfae31b61d3b7c8425b79b09d573556 /ffmpeg.c
parent400738b1fb8cac393b5160413fed8106844efb5a (diff)
* making resolution abbreviations right
* introducing sntsc/spal for square pixel ntsc/pal Originally committed as revision 2177 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index a8bd47ff72..e62280ddda 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2577,7 +2577,7 @@ static void show_formats(void)
printf(" %s:", up->name);
printf("\n");
- printf("Frame size, frame rate abbreviations: ntsc pal film ntsc-film sqcif qcif cif 4cif\n");
+ printf("Frame size, frame rate abbreviations: ntsc pal qntsc qpal sntsc spal film ntsc-film sqcif qcif cif 4cif\n");
printf("Motion estimation methods:");
pp = motion_str;
while (*pp) {