[SCM] libav/experimental: corrected pixel format display
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:33:35 UTC 2013
The following commit has been merged in the experimental branch:
commit a5e880583ca27118788d7df24482d497d6418ac8
Author: Fabrice Bellard <fabrice at bellard.org>
Date: Fri Oct 11 09:16:35 2002 +0000
corrected pixel format display
Originally committed as revision 1025 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index b22b8fc..034df6d 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -220,7 +220,6 @@ AVCodec *avcodec_find(enum CodecID id)
}
const char *pix_fmt_str[] = {
- "??",
"yuv420p",
"yuv422",
"rgb24",
@@ -229,9 +228,10 @@ const char *pix_fmt_str[] = {
"yuv444p",
"rgba32",
"bgra32",
- "yuv410p"
+ "yuv410p",
+ "yuv411p",
};
-
+
void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode)
{
const char *codec_name;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list