[FFmpeg-devel] [PATCH] avcodec: remove leftover iff_byterun1 decoder
Ronald S. Bultje
rsbultje at gmail.com
Sun Oct 11 23:39:54 CEST 2015
Hi,
On Sun, Oct 11, 2015 at 5:17 PM, Andreas Cadhalpun <
andreas.cadhalpun at 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.Cadhalpun at 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
More information about the ffmpeg-devel
mailing list