diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-06-03 13:34:04 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-06-05 00:06:51 +0200 |
commit | 841df7bf865cc200e422ba7136a6a47a3e5ddc63 (patch) | |
tree | 82d1a301bda913ad04ff55195901939e48dab62b /libavfilter/allfilters.c | |
parent | 0804171104057b20897cec1b59456702744d12fe (diff) | |
download | ffmpeg-841df7bf865cc200e422ba7136a6a47a3e5ddc63.tar.gz |
lavfi: port sab filter from libmpcodecs
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 a60a55ed23..f9d9391e22 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -163,6 +163,7 @@ void avfilter_register_all(void) REGISTER_FILTER(PIXDESCTEST, pixdesctest, vf); REGISTER_FILTER(PP, pp, vf); REGISTER_FILTER(REMOVELOGO, removelogo, vf); + REGISTER_FILTER(SAB, sab, vf); REGISTER_FILTER(SCALE, scale, vf); REGISTER_FILTER(SELECT, select, vf); REGISTER_FILTER(SENDCMD, sendcmd, vf); |