diff options
author | Martin Storsjö <martin@martin.st> | 2014-06-05 11:56:10 +0300 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-09 23:53:45 +0200 |
commit | 1e8ff7d21dc4906281ecd54d44b8b56a398d6c46 (patch) | |
tree | 52f52c88c3e0a190a2f8891bcb568c6e028db4ee /libavresample/resample.h | |
parent | dae6c199950ffd34e53d1fd2522e212e32bfe667 (diff) | |
download | ffmpeg-1e8ff7d21dc4906281ecd54d44b8b56a398d6c46.tar.gz |
adpcm: Fix trellis encoding of IMA QT
This was broken in 095be4fb - samples+ch (for the previous
non-planar case) equals &samples_p[ch][0]. The confusion
probably stemmed from the IMA WAV case where it originally
was &samples[avctx->channels + ch], which was correctly
changed into &samples_p[ch][1].
Fixes part of Ticket3701
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit a32765c4252eb106a2ade543026ef6f59e699bfa)
Diffstat (limited to 'libavresample/resample.h')
0 files changed, 0 insertions, 0 deletions