Mercurial > libavcodec.hg
diff imgconvert.c @ 10271:4c1259af2fce libavcodec
Align pix_fmt list by allowing one more char for the pix_fmt name.
author | jbr |
---|---|
date | Fri, 25 Sep 2009 01:31:53 +0000 |
parents | 399b5d6b5439 |
children | ddd69069dfa5 |
line wrap: on
line diff
--- a/imgconvert.c Thu Sep 24 22:39:47 2009 +0000 +++ b/imgconvert.c Fri Sep 25 01:31:53 2009 +0000 @@ -585,7 +585,7 @@ 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,