On Fri, Dec 07, 2007 at 04:10:59PM +0100, andoma wrote: > > Log: > Rebirth of the SoC AAC decoder. > This time we should focus on getting a fully working LC decoder and > then get it merged into lavc. > > See 'TODO' on whats left to acomplish.
Excellent :) > --- (empty file) > +++ aaclc/aac.h Fri Dec 7 16:10:55 2007 > @@ -0,0 +1,99 @@ > + > +/** > + * Audio object types Lowercasing such incomplete sentences would be a plus. > --- (empty file) > +++ aaclc/aactab.h Fri Dec 7 16:10:55 2007 > @@ -0,0 +1,47 @@ > + > +#ifndef FFMPEG_AACTAB_H > +#define FFMPEG_AACTAB_H > + > +#include "common.h" > + > +extern const uint16_t *aac_swb_offset_1024[12]; I suspect this needs inttypes.h to pass 'make checkheaders'. Diego _______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
