mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02: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…
x
Reference in New Issue
Block a user