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

2023-08-06 Thread Lynne
Aug 6, 2023, 14:42 by c...@passwd.hu: > With the earlier patch this fixes the audio corruption regression caused by > 6ba0aa1770ba29eb4126c6a706f6b0cd3809648f. > > Fixes ticket #10029. > > Signed-off-by: Marton Balint > --- > libavcodec/on2avc.c | 8 > 1 file changed, 4 insertions(+), 4

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

2023-08-06 Thread Marton Balint
With the earlier patch this fixes the audio corruption regression caused by 6ba0aa1770ba29eb4126c6a706f6b0cd3809648f. Fixes ticket #10029. Signed-off-by: Marton Balint --- libavcodec/on2avc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/on2avc.c b/libav