From: Stone Chen <chen.stonechen@gmail.com> To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [PATCH] Fix rdiv always being set to 0 in vf_convolution.c Date: Sun, 18 Feb 2024 14:44:49 -0500 Message-ID: <CAHpaCCj2QXshVYBYqnrCpgeW_uensxumGvan17_XJ77OYKP4BA@mail.gmail.com> (raw) In-Reply-To: <20240218192054.665995-1-chen.stonechen@gmail.com> [-- Attachment #1: Type: text/plain, Size: 1053 bytes --] Sorry I think I didn't correctly attach the patch the first time. On Sun, Feb 18, 2024 at 2:21 PM Stone Chen <chen.stonechen@gmail.com> wrote: > In commit 6c45d34, a line was added that always sets rdiv to 0, overriding > any user input. This removes that line allowing user set values for 0rdiv, > 1rdiv, 2rdiv, 3rdiv to apply as expected. This fixes ticket #10294. > > Signed-off-by: Stone Chen <chen.stonechen@gmail.com> > --- > libavfilter/vf_convolution.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/libavfilter/vf_convolution.c b/libavfilter/vf_convolution.c > index bf67f392f6..a00bb2b3c4 100644 > --- a/libavfilter/vf_convolution.c > +++ b/libavfilter/vf_convolution.c > @@ -674,7 +674,6 @@ static int param_init(AVFilterContext *ctx) > p = orig = av_strdup(s->matrix_str[i]); > if (p) { > s->matrix_length[i] = 0; > - s->rdiv[i] = 0.f; > sum = 0.f; > > while (s->matrix_length[i] < 49) { > -- > 2.43.2 > > [-- Attachment #2: 0001-Fix-rdiv-always-being-set-to-0-in-vf_convolution.c.patch --] [-- Type: text/x-patch, Size: 1001 bytes --] From 38734506c1f651062e38c4e1281d8070b6e4bdaf Mon Sep 17 00:00:00 2001 From: Stone Chen <chen.stonechen@gmail.com> Date: Sun, 18 Feb 2024 13:47:05 -0500 Subject: [PATCH] Fix rdiv always being set to 0 in vf_convolution.c In commit 6c45d34, a line was added that always sets rdiv to 0, overriding any user input. This removes that line allowing user set values for 0rdiv, 1rdiv, 2rdiv, 3rdiv to apply as expected. This fixes ticket #10294. --- libavfilter/vf_convolution.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/vf_convolution.c b/libavfilter/vf_convolution.c index bf67f392f6..a00bb2b3c4 100644 --- a/libavfilter/vf_convolution.c +++ b/libavfilter/vf_convolution.c @@ -674,7 +674,6 @@ static int param_init(AVFilterContext *ctx) p = orig = av_strdup(s->matrix_str[i]); if (p) { s->matrix_length[i] = 0; - s->rdiv[i] = 0.f; sum = 0.f; while (s->matrix_length[i] < 49) { -- 2.43.2 [-- Attachment #3: Type: text/plain, Size: 251 bytes --] _______________________________________________ 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".
next prev parent reply other threads:[~2024-02-18 19:45 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-02-18 19:20 Stone Chen 2024-02-18 19:44 ` Stone Chen [this message] 2024-02-19 0:08 ` Marton Balint 2024-02-19 1:07 ` Stone Chen 2024-02-19 1:38 ` Stone Chen 2024-02-19 20:39 ` Marton Balint
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=CAHpaCCj2QXshVYBYqnrCpgeW_uensxumGvan17_XJ77OYKP4BA@mail.gmail.com \ --to=chen.stonechen@gmail.com \ --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