From: "Martin Storsjö" <martin@martin.st>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH] swresample: try to fix regression
Date: Wed, 8 Feb 2023 23:53:52 +0200 (EET)
Message-ID: <74f2769f-e219-62b5-2c70-557752f5926@martin.st> (raw)
In-Reply-To: <CAPYw7P5jK8DJ+kva61Lf4zMKp__RtPrWpL_ZhT0s+aowU_yxbQ@mail.gmail.com>
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)
> pan->channel_map[i] = ch_id;
> }
>
> - av_opt_set_chlayout(pan->swr, "ichl", &link->ch_layout, 0);
> - av_opt_set_chlayout(pan->swr, "ochl", &pan->out_channel_layout, 0);
> - av_opt_set_int(pan->swr, "uch", link->ch_layout.nb_channels, 0);
> + av_opt_set_int(pan->swr, "uch", pan->nb_output_channels, 0);
> swr_set_channel_mapping(pan->swr, pan->channel_map);
> } else {
> // renormalize
> @@ -335,8 +333,6 @@ static int config_props(AVFilterLink *link)
> for (j = 0; j < link->ch_layout.nb_channels; j++)
> pan->gain[i][j] /= t;
> }
> - av_opt_set_chlayout(pan->swr, "ichl", &link->ch_layout, 0);
> - av_opt_set_chlayout(pan->swr, "ochl", &pan->out_channel_layout, 0);
> swr_set_matrix(pan->swr, pan->gain[0], pan->gain[1] - pan->gain[0]);
> }
>
This bit looks like a straight revert of the commit that broke fate, so
that's probably ok.
> diff --git a/libswresample/swresample.c b/libswresample/swresample.c
> index 5884f8d533..7c8d9bfc97 100644
> --- a/libswresample/swresample.c
> +++ b/libswresample/swresample.c
> @@ -312,9 +312,9 @@ av_cold int swr_init(struct SwrContext *s){
> if (s->out_ch_layout.order == AV_CHANNEL_ORDER_UNSPEC)
> av_channel_layout_default(&s->out_ch_layout, s->out.ch_count);
>
> - s->rematrix = av_channel_layout_compare(&s->out_ch_layout, &s->in_ch_layout) ||
> + s->rematrix = !s->channel_map && (av_channel_layout_compare(&s->out_ch_layout, &s->in_ch_layout) ||
> s->rematrix_volume!=1.0 ||
> - s->rematrix_custom;
> + s->rematrix_custom);
>
> if(s->int_sample_fmt == AV_SAMPLE_FMT_NONE){
> if( av_get_bytes_per_sample(s-> in_sample_fmt) <= 2
I really can't say about this part of the patch though...
Can we maybe just do it in two parts - revert the patch that broke fate
and find someone other than me to comment on the swresample bit?
// Martin
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
prev parent reply other threads:[~2023-02-08 21:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-08 17:37 Paul B Mahol
2023-02-08 21:53 ` Martin Storsjö [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=74f2769f-e219-62b5-2c70-557752f5926@martin.st \
--to=martin@martin.st \
--cc=ffmpeg-devel@ffmpeg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git