fftools/ffmpeg_filter: remove duplicate assignment

Signed-off-by: Ingo Oppermann <ingo@datarhei.com>
This commit is contained in:
Ingo Oppermann
2026-03-26 20:58:51 +01:00
committed by ingo
parent 5dfe661f03
commit 4bb2989cce

View File

@@ -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;