[FFmpeg-cvslog] avfilter/avfiltergraph: minor cosmetic

Michael Niedermayer git at videolan.org
Tue Jul 23 21:29:19 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Jul 23 20:58:21 2013 +0200| [6a0b72f94fb7189ab54c349683becadf1e2dd91e] | committer: Michael Niedermayer

avfilter/avfiltergraph: minor cosmetic

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a0b72f94fb7189ab54c349683becadf1e2dd91e
---

 libavfilter/avfiltergraph.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c
index c594a4f..9af0e90 100644
--- a/libavfilter/avfiltergraph.c
+++ b/libavfilter/avfiltergraph.c
@@ -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                                                    \
             }



More information about the ffmpeg-cvslog mailing list