Commit c7f20837 authored by jbr's avatar jbr

Align pix_fmt list by allowing one more char for the pix_fmt name.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20024 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1c924a5e
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment