Make show_formats() print each bitstream filter on a separate line.
Improve readability of the output. Originally committed as revision 20549 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bceae2936f
commit
2091b27b68
@ -532,7 +532,7 @@ void show_formats(void)
|
|||||||
|
|
||||||
printf("Bitstream filters:\n");
|
printf("Bitstream filters:\n");
|
||||||
while((bsf = av_bitstream_filter_next(bsf)))
|
while((bsf = av_bitstream_filter_next(bsf)))
|
||||||
printf(" %s", bsf->name);
|
printf("%s\n", bsf->name);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
||||||
printf("Supported file protocols:\n");
|
printf("Supported file protocols:\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user