[FFmpeg-soc] [soc]: r1538 - in aaclc: . TODO aac.h aacdec.c aactab.c aactab.h ffmpeg.patch
Diego Biurrun
diego at biurrun.de
Fri Dec 7 16:46:39 CET 2007
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
More information about the FFmpeg-soc
mailing list