[FFmpeg-devel] [PATCH] LATM Parser & LATM/AAC Decoder
Robert Swain
robert.swain
Mon Apr 20 15:46:43 CEST 2009
Hello Paul,
On 20/4/09 08:11, Paul Kendall wrote:
> After a long delay and some thinking...
> The first patch is for a LATM Parser and LATM/AAC Decoder using
> libfaad2. The second patch is to add support for LATM to mpegts&
> mpeg.
>
> Please comment and I'll endeavor to to get any fixes done ASAP.
A few significant initial comments:
- Parsing LATM should not require a new codec id because it is not a new
codec. The streams within the LATM 'multiplex' will have their own codec
ids.
- The bitstream parser should not be tied to any one decoder
implementation. It should at least work (non-hackishly) with both
libfaad and ffaac.
Regards,
Rob
More information about the ffmpeg-devel
mailing list