• Max Kellermann's avatar
    mp4ff: use faacDecInit2() to find the AAC track · 51c59f62
    Max Kellermann authored
    Use faacDecInit2() instead of AudioSpecificConfig() to detect the AAC
    track in the MP4 file.  This has a great advantage: it initializes the
    libfaad decoder, which the caller would normally do anyway - but now
    we can go without the AudioSpecificConfig() call.  When decoder==NULL
    (called from mp4_tag_dup()), fall back to a mp4ff_get_track_type()==1
    check, like other audio players do.
    51c59f62
configure.ac 37.5 KB