Align pix_fmt list by allowing one more char for the pix_fmt name.
Originally committed as revision 20024 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ef530829f8
commit
84e30ef992
@ -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,
|
||||
"%-10s" " %1d " " %2d " " %c ",
|
||||
"%-11s" " %1d " " %2d " " %c ",
|
||||
info.name,
|
||||
info.nb_channels,
|
||||
info.depth,
|
||||
|
Loading…
x
Reference in New Issue
Block a user