changeset 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 fe761a493077
children cc02e912d20e
files imgconvert.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,