[FFmpeg-devel] [PATCH 2/3] Silicon Graphics Motion Video Compressor 1 & 2 decoder

Paul B Mahol onemda at gmail.com
Tue Dec 18 18:46:30 CET 2012


On 12/14/12, Peter Ross <pross at xvid.org> wrote:
> Signed-off-by: Peter Ross <pross at xvid.org>
> ---
>  Changelog               |   1 +
>  doc/general.texi        |   2 +
>  libavcodec/Makefile     |   2 +
>  libavcodec/allcodecs.c  |   2 +
>  libavcodec/avcodec.h    |   2 +
>  libavcodec/codec_desc.c |  14 +++
>  libavcodec/mvcdec.c     | 287
> ++++++++++++++++++++++++++++++++++++++++++++++++
>  7 files changed, 310 insertions(+)
>  create mode 100644 libavcodec/mvcdec.c
>

[...]

> +
> +static int decode_mvc1(AVCodecContext *avctx, GetByteContext *gb, uint8_t
> *dst_start, int width, int height, int linesize)

This and others functions are still build if one of decoders is disabled.
Also i do not see much point in having two different codecs (they do not share
much except init and close) in same file.

[...]


More information about the ffmpeg-devel mailing list