Hi, On Sun, Oct 11, 2015 at 5:17 PM, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote:
> It was merged with the iff_ilbm decoder in commit > 929a24efff9a208a52748605eb412ffb915c1403. > > Define AV_CODEC_ID_IFF_BYTERUN1 as AV_CODEC_ID_IFF_ILBM for API > compatibility. > > Signed-off-by: Andreas Cadhalpun <andreas.cadhal...@googlemail.com> > --- > > This changes ABI, but that should be still OK. > > --- > libavcodec/Makefile | 1 - > libavcodec/allcodecs.c | 1 - > libavcodec/avcodec.h | 2 +- > libavcodec/codec_desc.c | 7 ------- > libavcodec/iff.c | 13 ------------- > libavcodec/utils.c | 2 +- > tests/fate/video.mak | 2 +- > 7 files changed, 3 insertions(+), 25 deletions(-) > [..] > --- 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? Ronald _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel