[FFmpeg-devel] [PATCH] EA IMA SEAD decoder

Aurelien Jacobs aurel
Thu Oct 25 13:24:00 CEST 2007


Diego Biurrun wrote:

> 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.

Ooops...
Updated patch attached.

Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ea_sead.diff
Type: text/x-patch
Size: 5375 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071025/b564fcce/attachment.bin>



More information about the ffmpeg-devel mailing list