]> git.sesse.net Git - ffmpeg/commit
mdct15: remove redundant scale argument to imdct_half
authorRostislav Pehlivanov <atomnuker@gmail.com>
Tue, 11 Jul 2017 20:29:22 +0000 (21:29 +0100)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Tue, 11 Jul 2017 20:36:48 +0000 (21:36 +0100)
commitaef5f9ab05c3acad2cc5d141686a76c974c8927b
treecf2ab26f80878ca5c5076e586d10a54d3741cf67
parent02d248d5828dbbfecfb37597c626900f41448bea
mdct15: remove redundant scale argument to imdct_half

The only use of that argument was for Opus downmixing which is very rare
and better done after the mdcts.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavcodec/aacdec_template.c
libavcodec/mdct15.c
libavcodec/mdct15.h
libavcodec/opus_celt.c