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:
a42bf19
)
simplify format string for writing pix_fmt string.
author
Justin Ruggles
<justin.ruggles@gmail.com>
Sat, 26 Sep 2009 22:54:29 +0000
(22:54 +0000)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Sat, 26 Sep 2009 22:54:29 +0000
(22:54 +0000)
Originally committed as revision 20034 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/imgconvert.c
patch
|
blob
|
history
diff --git
a/libavcodec/imgconvert.c
b/libavcodec/imgconvert.c
index 8e0490ac934f4fd36201cd9d0b3168df1a046d58..4698fcf82e4f35d70c54e19139587c6e136bbe84 100644
(file)
--- a/
libavcodec/imgconvert.c
+++ b/
libavcodec/imgconvert.c
@@
-585,7
+585,7
@@
void avcodec_pix_fmt_string (char *buf, int buf_size, enum PixelFormat pix_fmt)
char is_alpha_char= info.is_alpha ? 'y' : 'n';
snprintf (buf, buf_size,
- "%-11s
" " %1d " " %2d " " %c
",
+ "%-11s
%5d %9d %6c
",
info.name,
info.nb_channels,
info.depth,