diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-03-17 11:33:34 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-03-17 11:33:34 +0100 |
commit | 0ac38deda7be67e80cd0731b23f9fd3deef67a56 (patch) | |
tree | 9e6ba644d91647569fbb8a7e1cba3bb0edb625a5 /libavfilter/allfilters.c | |
parent | 3225bc37a361c1c02effebf4c981c837d8468a70 (diff) | |
download | ffmpeg-0ac38deda7be67e80cd0731b23f9fd3deef67a56.tar.gz |
lavfi/allfilters: fix weird vertical align
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index 6972271666..2fedf7d117 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); |