This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 4bb2989cce fftools/ffmpeg_filter: remove duplicate assignment
4bb2989cce is described below

commit 4bb2989cce9696ed728437365e0591cdf8da26d0
Author:     Ingo Oppermann <[email protected]>
AuthorDate: Thu Mar 26 20:58:51 2026 +0100
Commit:     ingo <[email protected]>
CommitDate: Fri Mar 27 06:37:27 2026 +0000

    fftools/ffmpeg_filter: remove duplicate assignment
    
    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;

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to