• Martin Storsjö's avatar
    omxil: Set OMX_AUDIO_AACStreamFormatMP4FF for AAC · 3e91dcf9
    Martin Storsjö authored
    This does work with the Samsung AAC decoder (which seems to support
    both), while the google SW AAC decoder doesn't support the previous
    value (but works fine with this one).
    
    As far as I can read the specs, the two formats are identical (one
    is defined as "AAC inside MPEG-4/ISO File Format" while the other
    one is defined as "AAC Raw Format (access units)").
    
    The Android media stack seems to be using this one internally
    (with a bunch of references to this one, and no references to the
    RAW one), which is a good indication that at least most android
    AAC decoders should be able to handle it.
    Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
    3e91dcf9
utils.c 34 KB