projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bceae29
)
Make show_formats() print each bitstream filter on a separate line.
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Wed, 18 Nov 2009 22:27:23 +0000
(22:27 +0000)
committer
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Wed, 18 Nov 2009 22:27:23 +0000
(22:27 +0000)
Improve readability of the output.
Originally committed as revision 20549 to svn://svn.ffmpeg.org/ffmpeg/trunk
cmdutils.c
patch
|
blob
|
history
diff --git
a/cmdutils.c
b/cmdutils.c
index
ffa5957
..
37b8e6e
100644
(file)
--- a/
cmdutils.c
+++ b/
cmdutils.c
@@
-532,7
+532,7
@@
void show_formats(void)
printf("Bitstream filters:\n");
while((bsf = av_bitstream_filter_next(bsf)))
- printf("
%s
", bsf->name);
+ printf("
%s\n
", bsf->name);
printf("\n");
printf("Supported file protocols:\n");