OSDN Git Service

avfilter/avfiltergraph: minor cosmetic
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 23 Jul 2013 18:58:21 +0000 (20:58 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 23 Jul 2013 18:58:21 +0000 (20:58 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/avfiltergraph.c

index c594a4f..9af0e90 100644 (file)
@@ -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                                                    \
             }