diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-17 23:51:12 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-17 23:51:12 +0000 |
commit | 8bab85e54cc478bd4c3a458aff26c59b378ce5fc (patch) | |
tree | 63b6fcc1eef5617016ecad57d09c1c10029508a7 | |
parent | 076db5ed57a0e260c6ee1eb76b88d056570e6e47 (diff) | |
download | ffmpeg-8bab85e54cc478bd4c3a458aff26c59b378ce5fc.tar.gz |
Remove printing of frame sizes and frame rate abbreviations from
show_protocols().
The list of abbreviations is both outdated and out of context.
Originally committed as revision 22589 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | cmdutils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmdutils.c b/cmdutils.c index a4306d04d1..a09b4c4ab2 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -610,9 +610,6 @@ void show_protocols(void) printf("Supported file protocols:\n"); while((up = av_protocol_next(up))) printf("%s\n", up->name); - printf("\n"); - - printf("Frame size, frame rate abbreviations:\n ntsc pal qntsc qpal sntsc spal film ntsc-film sqcif qcif cif 4cif\n"); } void show_filters(void) |