[FFmpeg-devel] [PATCH] QCELP decoder

Diego Biurrun diego
Wed Oct 29 07:27:12 CET 2008


On Tue, Oct 28, 2008 at 05:19:07PM -0700, Kenan Gillet wrote:
> On Tue, Oct 28, 2008 at 4:50 PM, Diego Biurrun <diego at biurrun.de> wrote:
> > On Tue, Oct 28, 2008 at 04:43:06PM -0700, Kenan Gillet wrote:
> >> On Tue, Oct 28, 2008 at 4:31 PM, Diego Biurrun <diego at biurrun.de> wrote:
> >> > On Tue, Oct 28, 2008 at 04:26:36PM -0700, Kenan Gillet wrote:
> >> >> On Oct 24, 2008, at 6:00 PM, Michael Niedermayer wrote:
> >> >> >
> >> >> > ok
> >> >>
> >> >> should i remove it in the next patches, leave it, or put it in a oked
> >> >> file ?
> >> >
> >> > If you send a patch with just the OKed hunks, one of the patch monkeys
> >> > will apply it.
> >> >
> >> right now, there are just a few tables, but it would definitely be easier.
> >
> > I will apply this shortly, just one thing..
> >
> >> --- libavcodec/qcelpdata.h    (revision 0)
> >> +++ libavcodec/qcelpdata.h    (revision 0)
> >> @@ -0,0 +1,163 @@
> >> +
> >> +#ifndef AVCODEC_QCELPDATA_H
> >> +#define AVCODEC_QCELPDATA_H
> >> +
> >> +typedef uint16_t qcelp_vector[2];
> >
> > This needs stdint.h to pass 'make checkheaders'.
> 
> new patch attached

Applied.

Diego




More information about the ffmpeg-devel mailing list