lavfi/allfilters: fix weird vertical align

This commit is contained in:
Stefano Sabatini 2012-03-17 11:33:34 +01:00
parent 3225bc37a3
commit 0ac38deda7
1 changed files with 1 additions and 1 deletions

View File

@ -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);