[FFmpeg-cvslog] r20024 - trunk/libavcodec/imgconvert.c
jbr
subversion
Fri Sep 25 03:31:53 CEST 2009
Author: jbr
Date: Fri Sep 25 03:31:53 2009
New Revision: 20024
Log:
Align pix_fmt list by allowing one more char for the pix_fmt name.
Modified:
trunk/libavcodec/imgconvert.c
Modified: trunk/libavcodec/imgconvert.c
==============================================================================
--- trunk/libavcodec/imgconvert.c Fri Sep 25 00:39:47 2009 (r20023)
+++ trunk/libavcodec/imgconvert.c Fri Sep 25 03:31:53 2009 (r20024)
@@ -585,7 +585,7 @@ void avcodec_pix_fmt_string (char *buf,
char is_alpha_char= info.is_alpha ? 'y' : 'n';
snprintf (buf, buf_size,
- "%-10s" " %1d " " %2d " " %c ",
+ "%-11s" " %1d " " %2d " " %c ",
info.name,
info.nb_channels,
info.depth,
More information about the ffmpeg-cvslog
mailing list