[PATCH] Remove printing of frame size and frame rate abbreviations from show_protocols().
Stefano Sabatini
stefano.sabatini-lala
Wed Mar 10 21:06:28 CET 2010
The list of abbreviations is both outdated and out of context.
---
cmdutils.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/cmdutils.c b/cmdutils.c
index a4306d0..a09b4c4 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)
--
1.6.6.1
--+g7M9IMkV8truYOl--
More information about the ffmpeg-devel
mailing list