• 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
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...