summaryrefslogtreecommitdiffstats
path: root/libavfilter
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-03-17 11:33:34 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-03-17 11:33:34 +0100
commit0ac38deda7be67e80cd0731b23f9fd3deef67a56 (patch)
tree9e6ba644d91647569fbb8a7e1cba3bb0edb625a5 /libavfilter
parent3225bc37a361c1c02effebf4c981c837d8468a70 (diff)
downloadffmpeg-streaming-0ac38deda7be67e80cd0731b23f9fd3deef67a56.zip
ffmpeg-streaming-0ac38deda7be67e80cd0731b23f9fd3deef67a56.tar.gz
lavfi/allfilters: fix weird vertical align
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/allfilters.c2
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);
OpenPOWER on IntegriCloud