Changeset a32765c4 in ffmpeg

Timestamp:
Jun 6, 2014, 3:07:11 PM (10 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
fb7646d9
Parents:
3133e7f
git-author:
Martin Storsjö <martin@martin.st> (06/05/14 08:56:10)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (06/06/14 15:07:11)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.