• James Almer's avatar
    adpcm_thp: Allow the use of extradata for the adpcm table · 22c7784f
    James Almer authored
    There are several containers that support adpcm_thp (Also known as Gamecube DSP)
    streams, but only thp files contain the coeff table and previous sample inside
    each frame.
    Some don't even contain previous sample information at all.
    
    This change will make it easier to implement demuxers for said containers
    without having to create a new decoder.
    Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
    22c7784f
adpcm.c 57.1 KB