mirror of
https://github.com/alexkay/spek.git
synced 2025-04-18 17:37:39 +03:00
Merge 59f21d2e1307eb97989926b0a0ac7a0ec35cb25a into b1600d9926fa434330171cbebb407d2d0ccdcf03
This commit is contained in:
commit
0dac111bf7
@ -26,7 +26,7 @@ public:
|
||||
{
|
||||
// FFmpeg uses various assembly optimizations which expect
|
||||
// input data to be aligned by up to 32 bytes (e.g. AVX)
|
||||
this->input = (float*) av_malloc(sizeof(float) * input_size);
|
||||
this->input = (float*) av_malloc(sizeof(float) * (input_size + 2));
|
||||
}
|
||||
|
||||
virtual ~FFTPlan()
|
||||
|
Loading…
x
Reference in New Issue
Block a user