diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-08 16:33:50 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-14 21:36:11 +0200 |
commit | 9f26421b0be2af36b5405608f4e7429b4bd7fbdb (patch) | |
tree | d2ab8b7edc77fd7d0cb6be7e8956982d2ffb7e06 /libavfilter/allfilters.c | |
parent | fb604ae8500d4ee7de6af61387c11618b3dea25b (diff) | |
download | ffmpeg-9f26421b0be2af36b5405608f4e7429b4bd7fbdb.tar.gz |
lavfi: add asyncts filter.
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 4f5f852b8b..3fa0152d86 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -36,6 +36,7 @@ void avfilter_register_all(void) REGISTER_FILTER (AFORMAT, aformat, af); REGISTER_FILTER (ANULL, anull, af); + REGISTER_FILTER (ASYNCTS, asyncts, af); REGISTER_FILTER (RESAMPLE, resample, af); REGISTER_FILTER (ANULLSRC, anullsrc, asrc); |