Skip to content
  • Arun Raghavan's avatar
    typefinding: add AAC profile to ADTS caps · 34dcb845
    Arun Raghavan authored
    This looks at the AAC profile for ADTS streams and adds the profile as a
    string in the corresponding caps.
    
    Profile is the actual profile, base-profile denotes the minimum codec
    requirements to decode this stream. In this case they're always the
    same, but they may differ e.g. in case of certain HE-AAC streams that
    can be partially decoded by LC decoders (with loss of quality of course)
    if no suitable HE-AAC decoder is available.
    
    Fixes #612312.
    34dcb845