diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-03-12 11:35:21 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-11 21:33:07 +0200 |
commit | 3fce13679837ce9b43b50a4843c30ee989566bf8 (patch) | |
tree | 63a99b18c7cb35909bafda9d07b5f03cf9d7bf1f /libavfilter/allfilters.c | |
parent | 921046008f5335601f9d76dc3a768eb5cd91e1b9 (diff) | |
download | ffmpeg-3fce13679837ce9b43b50a4843c30ee989566bf8.tar.gz |
lavfi: new interlace filter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 f3ce91c163..7b407cde16 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -76,6 +76,7 @@ void avfilter_register_all(void) REGISTER_FILTER(GRADFUN, gradfun, vf); REGISTER_FILTER(HFLIP, hflip, vf); REGISTER_FILTER(HQDN3D, hqdn3d, vf); + REGISTER_FILTER(INTERLACE, interlace, vf); REGISTER_FILTER(LUT, lut, vf); REGISTER_FILTER(LUTRGB, lutrgb, vf); REGISTER_FILTER(LUTYUV, lutyuv, vf); |