mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
@@ -354,7 +354,7 @@ static int parse_outputs(const char **buf, AVFilterInOut **curr_inputs,
|
||||
av_freep(&match);
|
||||
av_freep(&input);
|
||||
} else {
|
||||
/* Not in the list, so add the first input as a open_output */
|
||||
/* Not in the list, so add the first input as an open_output */
|
||||
input->name = name;
|
||||
insert_inout(open_outputs, input);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user