Anton Khirnov <an...@khirnov.net> writes:

> From: Carl Eugen Hoyos <ceho...@ag.or.at>
>
> The encoder has never produced files that could be decoded
> with any software.
>
> Signed-off-by: Anton Khirnov <an...@khirnov.net>
> ---
>  libavcodec/msmpeg4.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c
> index 6c9c209..0400c96 100644
> --- a/libavcodec/msmpeg4.c
> +++ b/libavcodec/msmpeg4.c
> @@ -1902,7 +1902,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,
> -- 

I'd rather remove the encoder entirely.  Nobody should be producing such
files at all, much less broken ones.

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to