PR #22632 opened by ingo URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22632 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22632.patch
Signed-off-by: Ingo Oppermann <[email protected]> >From 2056181ef248de8d9c44b9fbf5560745e8b9bfd8 Mon Sep 17 00:00:00 2001 From: Ingo Oppermann <[email protected]> Date: Thu, 26 Mar 2026 20:58:51 +0100 Subject: [PATCH] Remove duplicate statement Signed-off-by: Ingo Oppermann <[email protected]> --- fftools/ffmpeg_filter.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fftools/ffmpeg_filter.c b/fftools/ffmpeg_filter.c index 765b65d0ec..d6c479dc11 100644 --- a/fftools/ffmpeg_filter.c +++ b/fftools/ffmpeg_filter.c @@ -3337,8 +3337,6 @@ static int filter_thread(void *arg) o = (intptr_t)fgt.frame->opaque; - o = (intptr_t)fgt.frame->opaque; - // message on the control stream if (input_idx == fg->nb_inputs) { FilterCommand *fc; -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
