omxil: Set OMX_AUDIO_AACStreamFormatMP4FF for AAC
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: Martin Storsjö <martin@martin.st>
Showing
Please register or sign in to comment