mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
fftools/ffmpeg_filter: remove duplicate assignment
Signed-off-by: Ingo Oppermann <ingo@datarhei.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user