summaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-04-18 16:59:27 +0200
committerNicolas George <nicolas.george@normalesup.org>2013-04-21 15:20:50 +0200
commitb57c23f8c85c58c29343ed415e0cf2b4fd1a81d8 (patch)
treed7792f4c1c5895505db9eb3c12dad5154eef4757 /libavfilter/allfilters.c
parent14369f59c5ad1fb817fb4d94073f31cccf12b556 (diff)
downloadffmpeg-streaming-b57c23f8c85c58c29343ed415e0cf2b4fd1a81d8.zip
ffmpeg-streaming-b57c23f8c85c58c29343ed415e0cf2b4fd1a81d8.tar.gz
lavfi: add asetrate filter.
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index a6c8597..ba40322 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -62,6 +62,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(ASENDCMD, asendcmd, af);
REGISTER_FILTER(ASETNSAMPLES, asetnsamples, af);
REGISTER_FILTER(ASETPTS, asetpts, af);
+ REGISTER_FILTER(ASETRATE, asetrate, af);
REGISTER_FILTER(ASETTB, asettb, af);
REGISTER_FILTER(ASHOWINFO, ashowinfo, af);
REGISTER_FILTER(ASPLIT, asplit, af);
OpenPOWER on IntegriCloud