[FFmpeg-devel] [PATCH 6/6] On2 VP7 decoder

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Feb 6 14:36:09 CET 2014


Peter Ross <pross <at> xvid.org> writes:

> +++ b/libavcodec/avcodec.h
>  <at>  <at>  -285,6 +285,7  <at>  <at>  enum AVCodecID {
>      AV_CODEC_ID_WEBP_DEPRECATED,
>      AV_CODEC_ID_HNM4_VIDEO,
>      AV_CODEC_ID_HEVC_DEPRECATED,
> +    AV_CODEC_ID_VP7,
>  
>      AV_CODEC_ID_BRENDER_PIX= MKBETAG('B','P','I','X'),
>      AV_CODEC_ID_Y41P       = MKBETAG('Y','4','1','P'),

For compatibility reasons, you have to put the new 
codec_id into the next block.

Carl Eugen



More information about the ffmpeg-devel mailing list