diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-04-22 12:38:24 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-04-27 12:40:34 +0000 |
commit | cc5c15595930e473d851b211e4daa4ca3b68e458 (patch) | |
tree | 1fcf49b94b9e2fafb12e607c9fc542e995fdc1fd /libavfilter/allfilters.c | |
parent | 3fa6c992d9c332793cb3012bcfe427861441583b (diff) | |
download | ffmpeg-cc5c15595930e473d851b211e4daa4ca3b68e458.tar.gz |
astats filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 2fc8b48484..97e558beed 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -67,6 +67,7 @@ void avfilter_register_all(void) REGISTER_FILTER(ASETTB, asettb, af); REGISTER_FILTER(ASHOWINFO, ashowinfo, af); REGISTER_FILTER(ASPLIT, asplit, af); + REGISTER_FILTER(ASTATS, astats, af); REGISTER_FILTER(ASTREAMSYNC, astreamsync, af); REGISTER_FILTER(ASYNCTS, asyncts, af); REGISTER_FILTER(ATEMPO, atempo, af); |