Re: [FFmpeg-devel] [PATCH] swresample: try to fix regression

2023-02-08 Thread Martin Storsjö
On Wed, 8 Feb 2023, Paul B Mahol wrote: This one should pass FATE. diff --git a/libavfilter/af_pan.c b/libavfilter/af_pan.c index 80c194b066..067f646805 100644 --- a/libavfilter/af_pan.c +++ b/libavfilter/af_pan.c @@ -313,9 +313,7 @@ static int config_props(AVFilterLink *link) p

[FFmpeg-devel] [PATCH] swresample: try to fix regression

2023-02-08 Thread Paul B Mahol
This one should pass FATE. From ca54f241756e764f70c919acd0c99c811762dcb1 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 8 Feb 2023 18:35:38 +0100 Subject: [PATCH] swresample: do not attempt to rematrix if channel map is provided Signed-off-by: Paul B Mahol --- libavfilter/af_pan.c