Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Marton Balint <cus@passwd.hu>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH 1/3] avfilter/vf_zscale: remove some unneeded initializations
Date: Sun, 10 Jul 2022 22:46:41 +0200 (CEST)
Message-ID: <6567ac7-4a36-bacb-07e-f2ba36bce83c@passwd.hu> (raw)
In-Reply-To: <20220707222931.16118-1-cus@passwd.hu>



On Fri, 8 Jul 2022, Marton Balint wrote:

> Signed-off-by: Marton Balint <cus@passwd.hu>
> ---
> libavfilter/vf_zscale.c | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/libavfilter/vf_zscale.c b/libavfilter/vf_zscale.c
> index 44cb4b9c61..6861eef278 100644
> --- a/libavfilter/vf_zscale.c
> +++ b/libavfilter/vf_zscale.c
> @@ -149,12 +149,6 @@ static av_cold int init(AVFilterContext *ctx)
> {
>     ZScaleContext *s = ctx->priv;
>     int ret;
> -    int i;
> -    for (i = 0; i < MAX_THREADS; i++) {
> -        s->tmp[i] = NULL;
> -        s->graph[i] = NULL;
> -        s->alpha_graph[i] = NULL;
> -    }
>     zimg_image_format_default(&s->src_format, ZIMG_API_VERSION);
>     zimg_image_format_default(&s->dst_format, ZIMG_API_VERSION);
>     zimg_image_format_default(&s->src_format_tmp, ZIMG_API_VERSION);
> --

Will apply the series.

Regards,
Marton

> 2.35.3
>
> _______________________________________________
> 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".
>
_______________________________________________
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".

  parent reply	other threads:[~2022-07-10 20:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 22:29 Marton Balint
2022-07-07 22:29 ` [FFmpeg-devel] [PATCH 2/3] avfilter/vf_zscale: simplify and fix slice_params calculations Marton Balint
2022-07-07 22:29 ` [FFmpeg-devel] [PATCH 3/3] avfilter/vf_zscake: enable AVX512 zscale functions Marton Balint
2022-07-10 20:46 ` Marton Balint [this message]
2022-07-10 21:51   ` [FFmpeg-devel] [PATCH 1/3] avfilter/vf_zscale: remove some unneeded initializations Paul B Mahol

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=6567ac7-4a36-bacb-07e-f2ba36bce83c@passwd.hu \
    --to=cus@passwd.hu \
    --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