1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
Martin Storsjö a32765c425 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>
2014-06-06 17:07:11 +02:00
2014-06-03 10:58:19 -08:00
2014-06-03 10:58:19 -08:00
2012-05-04 18:40:36 +02:00
2014-06-05 12:20:49 +02:00
2014-06-03 10:58:19 -08:00
2014-05-06 14:14:32 +02:00
2014-05-28 03:52:50 +02:00
2014-05-28 03:52:50 +02:00
2014-06-06 14:54:57 +02:00
2014-05-23 23:30:21 +02:00
2014-05-21 15:59:22 +02:00
2014-05-28 22:38:38 +02:00
2014-05-28 22:38:28 +02:00
2014-05-28 22:38:11 +02:00
2014-03-13 08:24:11 -04:00

FFmpeg README

  1. Documentation

  1. Licensing

  • See the LICENSE file.
  1. Build and Install

  • See the INSTALL file.
Languages
C 90.3%
Assembly 7.8%
Makefile 1.3%
C++ 0.2%
Objective-C 0.2%
Other 0.1%