diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2003-08-29 06:58:55 +0000 |
---|---|---|
committer | Roman Shaposhnik <roman@shaposhnik.org> | 2003-08-29 06:58:55 +0000 |
commit | ba2a8cb40b5f3260923f70f6b35040689ba473f6 (patch) | |
tree | fad48244fdfae31b61d3b7c8425b79b09d573556 /ffmpeg.c | |
parent | 400738b1fb8cac393b5160413fed8106844efb5a (diff) | |
download | ffmpeg-streaming-ba2a8cb40b5f3260923f70f6b35040689ba473f6.zip ffmpeg-streaming-ba2a8cb40b5f3260923f70f6b35040689ba473f6.tar.gz |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |