]> git.sesse.net Git - ffmpeg/commit
lavr: fix mixing matrix reduction when normalization is disabled
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 27 Jan 2013 19:47:54 +0000 (14:47 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 12 Feb 2013 18:41:13 +0000 (13:41 -0500)
commit157542ebc15dd175e5b4d14ffa92afd74ab4a991
treee440f41109dda33b410d9467ad416fc835d0d99b
parent600b4c973fb98f07ec3c5837112865048fb8a607
lavr: fix mixing matrix reduction when normalization is disabled

In some cases when an input contributes fully to the corresponding
output, other inputs may also contribute to the same output. This is the
case, for example, for the default 5.1 to stereo downmix matrix without
normalization.
libavresample/audio_mix.c