mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 09:52:17 +00:00
avfilter/avfiltergraph: minor cosmetic
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fe328f0807
commit
6a0b72f94f
@ -464,7 +464,7 @@ static int query_formats(AVFilterGraph *graph, AVClass *log_ctx)
|
||||
count_delayed++; \
|
||||
} else if (link->in_ ## field == link->out_ ## field) { \
|
||||
count_already_merged++; \
|
||||
} else if (!convert_needed) { \
|
||||
} else if (!convert_needed) { \
|
||||
count_merged++; \
|
||||
statement \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user