Skip to content
  • Vincent Penquerc'h's avatar
    aacparse: allow conversion from ADTS to raw AAC · 91d4abce
    Vincent Penquerc'h authored
    Some muxers (eg, qtmux) only support raw AAC, so this allows linking
    an encoder that outputs ADTS only to those muxers.
    
    The conversion is simple (omit the first 7 or 9 bytes of the frame),
    but has to be done in pre_push instead of handle_frame as 1.0 does
    not seem to allow skipping bytes there as 0.10 used to.
    
    Other conversions are not supported (yet).
    91d4abce