[FFmpeg-devel] [PATCH] AAC: Simple ADTS support
Diego Biurrun
diego
Wed Jan 7 02:11:57 CET 2009
On Tue, Jan 06, 2009 at 05:43:35PM -0500, Alex Converse wrote:
>
> --- /dev/null
> +++ b/libavcodec/aac_parser.h
> @@ -0,0 +1,52 @@
> +/*
> + * AAC parser prototypes
> + * Copyright (c) 2003 Fabrice Bellard.
> + * Copyright (c) 2003 Michael Niedermayer.
nit: Drop the silly periods.
> +#include "aac_ac3_parser.h"
> +#include "bitstream.h"
Add stdint.h, you are using uint_*.
Diego
More information about the ffmpeg-devel
mailing list