diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-09-17 15:52:19 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-11-26 10:42:33 +0100 |
commit | 28338bc2a3bb316cde2dfc308722c3cdc3d7b046 (patch) | |
tree | 120c8fbbaf4f5d2e203265f2994931d2f61a41be /libavfilter/allfilters.c | |
parent | 31a1342e7a84235eab725bc11e2a708d293624a3 (diff) | |
download | ffmpeg-28338bc2a3bb316cde2dfc308722c3cdc3d7b046.tar.gz |
lavfi: add libass based subtitles renderer
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index c4b6972b35..176cfa60f1 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -51,6 +51,7 @@ void avfilter_register_all(void) REGISTER_FILTER (ABUFFERSINK, abuffersink, asink); REGISTER_FILTER (ANULLSINK, anullsink, asink); + REGISTER_FILTER (ASS, ass, vf); REGISTER_FILTER (BLACKFRAME, blackframe, vf); REGISTER_FILTER (BOXBLUR, boxblur, vf); REGISTER_FILTER (COPY, copy, vf); |