On Fri, Mar 07, 2014 at 07:00:44PM +0100, Vittorio Giovara wrote:
> From: Peter Ross <[email protected]>
> 
> ---
>  libavformat/riff.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/libavformat/riff.c b/libavformat/riff.c
> index 545ecaf..853f627 100644
> --- a/libavformat/riff.c
> +++ b/libavformat/riff.c
> @@ -231,6 +231,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
>      { AV_CODEC_ID_VP6A,         MKTAG('V', 'P', '6', 'A') },
>      { AV_CODEC_ID_VP6F,         MKTAG('V', 'P', '6', 'F') },
>      { AV_CODEC_ID_VP6F,         MKTAG('F', 'L', 'V', '4') },
> +    { AV_CODEC_ID_VP7,          MKTAG('V', 'P', '7', '0') },
> +    { AV_CODEC_ID_VP7,          MKTAG('V', 'P', '7', '1') },
>      { AV_CODEC_ID_VP8,          MKTAG('V', 'P', '8', '0') },
>      { AV_CODEC_ID_ASV1,         MKTAG('A', 'S', 'V', '1') },
>      { AV_CODEC_ID_ASV2,         MKTAG('A', 'S', 'V', '2') },
> -- 

OK but it's better to merge it with the previous patch
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to