[FFmpeg-devel] [PATCH] QCELP decoder

Kenan Gillet kenan.gillet
Wed Oct 29 01:19:07 CET 2008


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
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: qcelp_lspvq-v2.diff.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081028/887e5436/attachment.txt>



More information about the ffmpeg-devel mailing list