Browse Source

Mark MS-MPEG4v1 encoder as experimental.

The encoder has never produced files that could be decoded
with any software.
tags/n0.8
Carl Eugen Hoyos 15 years ago
parent
commit
dca85c842d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/msmpeg4.c

+ 1
- 1
libavcodec/msmpeg4.c View File

@@ -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,


Loading…
Cancel
Save