[FFmpeg-devel] Re: [PATCH] libavfilter: Fix incorrect ebur128 peak calculation.

2025-11-04 Thread Carl Hetherington via ffmpeg-devel
On Tue, 4 Nov 2025, Nicolas George via ffmpeg-devel wrote: > Carl Hetherington via ffmpeg-devel (HE12025-11-03): > > Since 3b26b782eeded9b9ab7fac013cd1a83a30d68206 it would only look at the > > first channel. > > > > Signed-off-by: [email protected] > > --- > >

[FFmpeg-devel] [PATCH] libavfilter: Fix incorrect ebur128 peak calculation.

2025-11-03 Thread Carl Hetherington via ffmpeg-devel
Since 3b26b782eeded9b9ab7fac013cd1a83a30d68206 it would only look at the first channel. Signed-off-by: [email protected] --- libavfilter/f_ebur128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c index a352f3831f..84d8e44035 1006