diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-08-31 18:46:17 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-09-03 14:05:38 +0000 |
commit | 3dd4b6ea417a48cf585b417dd7a7d1db8a785b51 (patch) | |
tree | 9136ea51abc02d939a2129fe6dc65d70a23ca411 /libavfilter/allfilters.c | |
parent | f4e9c768d1021feec717b0ed03bb87ef00d585b8 (diff) | |
download | ffmpeg-3dd4b6ea417a48cf585b417dd7a7d1db8a785b51.tar.gz |
lavfi: port phase filter from libmpcodecs
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 bcebcfcb5b..b1792bffba 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -163,6 +163,7 @@ void avfilter_register_all(void) REGISTER_FILTER(PAD, pad, vf); REGISTER_FILTER(PERMS, perms, vf); REGISTER_FILTER(PERSPECTIVE, perspective, vf); + REGISTER_FILTER(PHASE, phase, vf); REGISTER_FILTER(PIXDESCTEST, pixdesctest, vf); REGISTER_FILTER(PP, pp, vf); REGISTER_FILTER(PSNR, psnr, vf); |