[FFmpeg-cvslog] lavfi/allfilters: fix weird vertical align

Stefano Sabatini git at videolan.org
Sat Mar 17 11:35:04 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Mar 17 11:33:34 2012 +0100| [0ac38deda7be67e80cd0731b23f9fd3deef67a56] | committer: Stefano Sabatini

lavfi/allfilters: fix weird vertical align

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

 libavfilter/allfilters.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 6972271..2fedf7d 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -55,7 +55,7 @@ void avfilter_register_all(void)
     REGISTER_FILTER (ABUFFERSINK, abuffersink, asink);
     REGISTER_FILTER (ANULLSINK,   anullsink,   asink);
 
-    REGISTER_FILTER (ASS,         ass,  vf);
+    REGISTER_FILTER (ASS,         ass,         vf);
     REGISTER_FILTER (BBOX,        bbox,        vf);
     REGISTER_FILTER (BLACKDETECT, blackdetect, vf);
     REGISTER_FILTER (BLACKFRAME,  blackframe,  vf);



More information about the ffmpeg-cvslog mailing list