diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-04-18 16:59:27 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-04-21 15:20:50 +0200 |
commit | b57c23f8c85c58c29343ed415e0cf2b4fd1a81d8 (patch) | |
tree | d7792f4c1c5895505db9eb3c12dad5154eef4757 /libavfilter/allfilters.c | |
parent | 14369f59c5ad1fb817fb4d94073f31cccf12b556 (diff) | |
download | ffmpeg-b57c23f8c85c58c29343ed415e0cf2b4fd1a81d8.tar.gz |
lavfi: add asetrate 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 a6c8597d5f..ba40322937 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); |