Skip to content
Snippets Groups Projects
Commit 2cb2d6f0 authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

Make show_protocols() print one protocol per line.

Originally committed as revision 20568 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c7a38887
Branches
Tags
No related merge requests found
......@@ -554,7 +554,7 @@ void show_protocols(void)
printf("Supported file protocols:\n");
while((up = av_protocol_next(up)))
printf(" %s:", up->name);
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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment