[FFmpeg-cvslog] lavfi/vf_mergeplanes: remove redundant assignment

Anton Khirnov git at videolan.org
Tue Oct 15 11:45:04 EEST 2024


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Oct 12 18:42:54 2024 +0200| [989bc256a370471d53ea5c3c9f0596ddf36f1b84] | committer: Anton Khirnov

lavfi/vf_mergeplanes: remove redundant assignment

It is already done in init.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=989bc256a370471d53ea5c3c9f0596ddf36f1b84
---

 libavfilter/vf_mergeplanes.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavfilter/vf_mergeplanes.c b/libavfilter/vf_mergeplanes.c
index 8c1537e0bc..9f7930d44b 100644
--- a/libavfilter/vf_mergeplanes.c
+++ b/libavfilter/vf_mergeplanes.c
@@ -127,7 +127,6 @@ static int query_formats(AVFilterContext *ctx)
     AVFilterFormats *formats = NULL;
     int i, ret;
 
-    s->outdesc = av_pix_fmt_desc_get(s->out_fmt);
     for (i = 0; av_pix_fmt_desc_get(i); i++) {
         const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(i);
         if (desc->comp[0].depth == s->outdesc->comp[0].depth &&



More information about the ffmpeg-cvslog mailing list