Re: [FFmpeg-devel] [PATCH] Fix wavpack decoding regression

2022-08-24 Thread Paul B Mahol
will apply soon ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] Fix wavpack decoding regression

2022-08-23 Thread Paul B Mahol
Better fix attached. From 8d0a8dee32c2d51c6bf1bcd58e5e96ba92e6341b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 23 Aug 2022 22:39:41 +0200 Subject: [PATCH] avcodec/wavpack: fix regression in decoding Regression introduced in c6831e2a70f734c71f483d69d46d0635963530. Fix it by using bitrea

Re: [FFmpeg-devel] [PATCH] Fix wavpack decoding regression

2022-08-23 Thread Andreas Rheinhardt
Paul B Mahol: > Patch attached. > From 217f31c5eb9355bb8fc61a9f46595ee06628c8b9 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Tue, 23 Aug 2022 22:39:41 +0200 > Subject: [PATCH] avcodec/wavpack: unbreak regression in decoding > You should mention the commit that introduced the regression.

[FFmpeg-devel] [PATCH] Fix wavpack decoding regression

2022-08-23 Thread Paul B Mahol
Patch attached. From 217f31c5eb9355bb8fc61a9f46595ee06628c8b9 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 23 Aug 2022 22:39:41 +0200 Subject: [PATCH] avcodec/wavpack: unbreak regression in decoding Signed-off-by: Paul B Mahol --- libavcodec/wavpack.c | 2 +- 1 file changed, 1 inserti