[FFmpeg-devel] [PATCH v3] avcodec: add Actimagine VX video decoder

Zane van Iperen zane at zanevaniperen.com
Thu Mar 18 16:10:26 EET 2021



On 18/3/21 8:31 pm, Florian Nouwt wrote:
> diff --git a/libavformat/riff.c b/libavformat/riff.c
> index 270ff7c024..848b1d6cfd 100644
> --- a/libavformat/riff.c
> +++ b/libavformat/riff.c
> @@ -496,6 +496,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
>       { AV_CODEC_ID_MVHA,         MKTAG('M', 'V', 'H', 'A') },
>       { AV_CODEC_ID_MV30,         MKTAG('M', 'V', '3', '0') },
>       { AV_CODEC_ID_NOTCHLC,      MKTAG('n', 'l', 'c', '1') },
> +    { AV_CODEC_ID_ACTIMAGINE_VX,MKTAG('V', 'X', 'S', '1') },
> +    { AV_CODEC_ID_ACTIMAGINE_VX,MKTAG('v', 'x', 's', '1') },
>       { AV_CODEC_ID_NONE,         0 }
>   };
>   
> 

Minor nit: Since this touches libavformat as well, it should probably be in a separate commit.


More information about the ffmpeg-devel mailing list