[FFmpeg-devel] [PATCH] EA IMA SEAD decoder
Diego Biurrun
diego
Thu Oct 25 11:00:07 CEST 2007
On Wed, Oct 24, 2007 at 11:58:04PM +0200, Aurelien Jacobs wrote:
>
> Attached patch adds support for EA IMA SEAD.
> It's based on the patch from Peter Ross.
> I intend to apply it soon.
>
> --- libavcodec/Makefile (revision 10856)
> +++ libavcodec/Makefile (working copy)
> @@ -278,6 +278,7 @@
> OBJS-$(CONFIG_ADPCM_IMA_QT_ENCODER) += adpcm.o
> +OBJS-$(CONFIG_ADPCM_IMA_EA_SEAD_DECODER)+= adpcm.o
> OBJS-$(CONFIG_ADPCM_IMA_SMJPEG_DECODER) += adpcm.o
Ahem.
> --- libavcodec/allcodecs.c (revision 10856)
> +++ libavcodec/allcodecs.c (working copy)
> @@ -255,6 +255,7 @@
> REGISTER_ENCDEC (ADPCM_IMA_QT, adpcm_ima_qt);
> + REGISTER_DECODER (ADPCM_IMA_EA_SEAD, adpcm_ima_ea_sead);
> REGISTER_ENCDEC (ADPCM_IMA_SMJPEG, adpcm_ima_smjpeg);
Ahem.
Diego
More information about the ffmpeg-devel
mailing list