[FFmpeg-devel] [PATCH] QCELP decoder

Diego Biurrun diego
Wed Oct 29 07:49:16 CET 2008


On Tue, Oct 28, 2008 at 11:25:51PM -0500, compn wrote:
> On Wed, 29 Oct 2008 00:50:12 +0100, Diego Biurrun wrote:
> >On Tue, Oct 28, 2008 at 04:43:06PM -0700, Kenan Gillet wrote:
> >> +#ifndef AVCODEC_QCELPDATA_H
> >> +#define AVCODEC_QCELPDATA_H
> >> +
> >> +typedef uint16_t qcelp_vector[2];
> >
> >This needs stdint.h to pass 'make checkheaders'.
> 
> a note about make checkheaders could go in ffmpeg development
> policy in ffmpeg docs...
> http://ffmpeg.org/general.html#TOC27

Done.

Diego




More information about the ffmpeg-devel mailing list