[FFmpeg-devel] [PATCH] avcodec: remove leftover iff_byterun1 decoder
Andreas Cadhalpun
andreas.cadhalpun at googlemail.com
Sun Oct 11 23:50:13 CEST 2015
Hi Ronald,
On 11.10.2015 23:39, Ronald S. Bultje wrote:
> On Sun, Oct 11, 2015 at 5:17 PM, Andreas Cadhalpun <
> andreas.cadhalpun at googlemail.com> wrote:
>> --- a/libavcodec/avcodec.h
>> +++ b/libavcodec/avcodec.h
>> @@ -241,7 +241,7 @@ enum AVCodecID {
>> AV_CODEC_ID_ANM,
>> AV_CODEC_ID_BINKVIDEO,
>> AV_CODEC_ID_IFF_ILBM,
>> - AV_CODEC_ID_IFF_BYTERUN1,
>> +#define AV_CODEC_ID_IFF_BYTERUN1 AV_CODEC_ID_IFF_ILBM
>> AV_CODEC_ID_KGV1,
>> AV_CODEC_ID_YOP,
>> AV_CODEC_ID_VP8,
>>
>
> Should this go under a version define so it disappears in 3 years?
It shouldn't as long as Libav still uses this codec ID.
AV_CODEC_ID_H265 on the other hand could disappear in such a way.
Best regards,
Andreas
More information about the ffmpeg-devel
mailing list