[FFmpeg-devel] [PATCH] Electronic Arts CMV decoder

Diego Biurrun diego
Tue Jul 1 18:03:53 CEST 2008


On Tue, Jul 01, 2008 at 10:36:41PM +1000, pross at xvid.org wrote:
> 
> This patch adds EA CMV support to FFmpeg.
> 
> --- libavcodec/eacmv.c	(revision 0)
> +++ libavcodec/eacmv.c	(revision 0)
> +
> +AVCodec eacmv_decoder = {
> +    "eacmv",
> +    CODEC_TYPE_VIDEO,
> +    CODEC_ID_CMV,
> +    sizeof(CmvContext),
> +    cmv_decode_init,
> +    NULL,
> +    cmv_decode_end,
> +    cmv_decode_frame,
> +    CODEC_CAP_DR1,
> +};

The codec long name is missing.

Build system part OK.

Diego




More information about the ffmpeg-devel mailing list