]> git.sesse.net Git - ffmpeg/commit
avfilter/af_headphone: Fix stack buffer overflow
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 26 Aug 2020 08:11:38 +0000 (10:11 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 9 Sep 2020 11:46:13 +0000 (13:46 +0200)
commit58b6594b01e37ebf3daa2cb66183287a1f1b0a78
tree3ab818d7cb83be8f33ed14fe35b1ff94f638b982
parent14226be499d27935d54981f0a6e1b15fd65746cd
avfilter/af_headphone: Fix stack buffer overflow

The number of channels can be up to 64, not only 16.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavfilter/af_headphone.c