GNOME Bugzilla – Bug 623918
[typefind] Extend AAC typefinder to detect LOAS stream
Last modified: 2010-10-14 15:50:44 UTC
Created attachment 165535 [details] [review] [PATCH] typefinding: extend AAC typefinder for LOAS stream Attached patch to detect LOAS AAC stream.
Should have mark it as enhancement.
Great, thanks! One question: why did you put the error-resilient=true/false into the caps? Do you expect that there are decoders that can only handle one type?
Just as I said in comment, it is strictly informative. Decoder has to parse LOAS and LATM inside if it wants to be compliant, but in example if you want to mux LATM frames into something different like FlexMux or MP4, then having that information you can quickly skip 3 or 7 bytes of LOAS header to get to LATM for muxing without parsing LOAS header.
Committed with minor changes, thanks for the patch! commit 6c5cee1d02956e7ad6e692687c3c50daa023736c Author: Andrzej K. Haczewski <ahaczewski@gmail.com> Date: Thu Jul 8 15:22:08 2010 +0200 typefinding: extend AAC typefinder to detect LOAS streams Extend AAC typefinder to recognize LOAS stream as specified by ISO/IEC 14496-3:2009. https://bugzilla.gnome.org/show_bug.cgi?id=623918