diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-04-10 16:28:38 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-30 11:17:57 +0200 |
commit | b472938233b98178ed6c1353c37e0dc7ab585902 (patch) | |
tree | 9a30002cf54d4042cba5bc642a6f087ae6a014e5 /libavfilter/allfilters.c | |
parent | 2548834b2248ad4d7da9bd0afed09d7d0cddeeb0 (diff) | |
download | ffmpeg-b472938233b98178ed6c1353c37e0dc7ab585902.tar.gz |
lavfi: add an asetpts 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 7b407cde16..d3802722d9 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -47,6 +47,7 @@ void avfilter_register_all(void) REGISTER_FILTER(AFORMAT, aformat, af); REGISTER_FILTER(AMIX, amix, af); REGISTER_FILTER(ANULL, anull, af); + REGISTER_FILTER(ASETPTS, asetpts, af); REGISTER_FILTER(ASHOWINFO, ashowinfo, af); REGISTER_FILTER(ASPLIT, asplit, af); REGISTER_FILTER(ASYNCTS, asyncts, af); |