Commit 6a0b72f9 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/avfiltergraph: minor cosmetic

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent fe328f08
......@@ -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 \
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment