From 84e30ef9927b1c2e497add27b909571ccb050cb9 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Fri, 25 Sep 2009 01:31:53 +0000 Subject: [PATCH] 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 --- libavcodec/imgconvert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index ecadd6339b..8e0490ac93 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -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,