diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-02-02 00:31:00 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-02-06 20:46:58 +0100 |
commit | b7d45d0b0fdbd10b45f57ebfae6de7402ca7c2b8 (patch) | |
tree | f4c77913127292440001e9b9ac561eba26d07d1f /libavfilter/allfilters.c | |
parent | e8a06b14864901ddd2ad87b977fd1df8e2ed0050 (diff) | |
download | ffmpeg-b7d45d0b0fdbd10b45f57ebfae6de7402ca7c2b8.tar.gz |
lavfi: add setfield 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 8286d4d21b..487738ae5f 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -87,6 +87,7 @@ void avfilter_register_all(void) REGISTER_FILTER (SCALE, scale, vf); REGISTER_FILTER (SELECT, select, vf); REGISTER_FILTER (SETDAR, setdar, vf); + REGISTER_FILTER (SETFIELD, setfield, vf); REGISTER_FILTER (SETPTS, setpts, vf); REGISTER_FILTER (SETSAR, setsar, vf); REGISTER_FILTER (SETTB, settb, vf); |