diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-05-11 12:03:38 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-06-14 01:27:22 +0200 |
commit | a2c547ffecb11ccfe515e1e50b631aa3b15a3ae8 (patch) | |
tree | 516c772190be9ecaf5aebe609cd012afcbfa39ec /libavfilter/allfilters.c | |
parent | 129edcb50facad324d80a1e28b6d4be05ce70ab7 (diff) | |
download | ffmpeg-a2c547ffecb11ccfe515e1e50b631aa3b15a3ae8.tar.gz |
lavfi: add spp 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 e802601603..85a793fd23 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -177,6 +177,7 @@ void avfilter_register_all(void) REGISTER_FILTER(SHOWINFO, showinfo, vf); REGISTER_FILTER(SMARTBLUR, smartblur, vf); REGISTER_FILTER(SPLIT, split, vf); + REGISTER_FILTER(SPP, spp, vf); REGISTER_FILTER(STEREO3D, stereo3d, vf); REGISTER_FILTER(SUBTITLES, subtitles, vf); REGISTER_FILTER(SUPER2XSAI, super2xsai, vf); |