Commit e827fb23 authored by stefano's avatar stefano

Remove printing of frame sizes and frame rate abbreviations from

show_protocols().

The list of abbreviations is both outdated and out of context.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22589 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 372b9643
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment