1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-21 13:20:36 +01:00
fdk-aac/libAACdec
Martin Storsjo 9cd3040ff9 Initialize the transport decoder library with TPDEC_PARAM_IGNORE_BUFFERFULLNESS
Prior to FDKv2, this was what the library used to do.

This makes sure that the decoder actually decodes ADTS frames directly
if feeding full ADTS frames to the decoder. Previously after FDKv2,
the decoder would only start decoding ADTS frames after feeding a few
frames.
2018-11-06 09:03:14 +02:00
..