Re: [FFmpeg-devel] [PATCH v2] avcodec/on2avc: use correct fft sizes

2023-08-08 Thread Marton Balint
On Mon, 7 Aug 2023, Lynne wrote: Aug 6, 2023, 21:45 by c...@passwd.hu: Also rename the contexts and the functions so their names will reflect their intended size. With the earlier patch this fixes the audio corruption regression caused by 6ba0aa1770ba29eb4126c6a706f6b0cd3809648f. Fixes ti

Re: [FFmpeg-devel] [PATCH v2] avcodec/on2avc: use correct fft sizes

2023-08-06 Thread Lynne
Aug 6, 2023, 21:45 by c...@passwd.hu: > Also rename the contexts and the functions so their names will reflect their > intended size. > > With the earlier patch this fixes the audio corruption regression caused by > 6ba0aa1770ba29eb4126c6a706f6b0cd3809648f. > > Fixes ticket #10029. > > Signed-off-

[FFmpeg-devel] [PATCH v2] avcodec/on2avc: use correct fft sizes

2023-08-06 Thread Marton Balint
Also rename the contexts and the functions so their names will reflect their intended size. With the earlier patch this fixes the audio corruption regression caused by 6ba0aa1770ba29eb4126c6a706f6b0cd3809648f. Fixes ticket #10029. Signed-off-by: Marton Balint --- libavcodec/on2avc.c | 32 +