• 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
..
_flac_common.c Loading commit data...
_flac_common.h Loading commit data...
_ogg_common.c Loading commit data...
_ogg_common.h Loading commit data...
audiofile_plugin.c Loading commit data...
faad_plugin.c Loading commit data...
ffmpeg_plugin.c Loading commit data...
flac_plugin.c Loading commit data...
fluidsynth_plugin.c Loading commit data...
mad_plugin.c Loading commit data...
mikmod_plugin.c Loading commit data...
modplug_plugin.c Loading commit data...
mp4ff_plugin.c Loading commit data...
mpcdec_plugin.c Loading commit data...
oggflac_plugin.c Loading commit data...
sidplay_plugin.cxx Loading commit data...
vorbis_plugin.c Loading commit data...
wavpack_plugin.c Loading commit data...
wildmidi_plugin.c Loading commit data...