From: Carl Eugen Hoyos Date: Fri, 25 Feb 2011 14:39:49 +0000 (+0100) Subject: Mark MS-MPEG4v1 encoder as experimental. X-Git-Tag: android-x86-4.4-r1~18318 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=dca85c842d9602162b7473baada524347efccd99;p=android-x86%2Fexternal-ffmpeg.git Mark MS-MPEG4v1 encoder as experimental. The encoder has never produced files that could be decoded with any software. --- diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c index 8b3b6a56b6..633b0657a1 100644 --- a/libavcodec/msmpeg4.c +++ b/libavcodec/msmpeg4.c @@ -1917,7 +1917,7 @@ AVCodec ff_msmpeg4v1_decoder = { NULL, ff_h263_decode_end, ff_h263_decode_frame, - CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1, + CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_EXPERIMENTAL, .max_lowres= 3, .long_name= NULL_IF_CONFIG_SMALL("MPEG-4 part 2 Microsoft variant version 1"), .pix_fmts= ff_pixfmt_list_420,