diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-01-09 19:50:19 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-01-09 23:13:05 +0100 |
commit | a7d0e7ead95e584c4866617f046b2493066975c6 (patch) | |
tree | a16ab44d340be097ec0b3b5abffc7915b65d39a6 /libavfilter/allfilters.c | |
parent | aa69cbc9e08281db6ecb98a2c8b4f60e8b12e558 (diff) | |
download | ffmpeg-a7d0e7ead95e584c4866617f046b2493066975c6.tar.gz |
lavfi: add framepack 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 f041f5c790..9702a0a9cb 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -74,6 +74,7 @@ void avfilter_register_all(void) REGISTER_FILTER(FIELDORDER, fieldorder, vf); REGISTER_FILTER(FORMAT, format, vf); REGISTER_FILTER(FPS, fps, vf); + REGISTER_FILTER(FRAMEPACK, framepack, vf); REGISTER_FILTER(FREI0R, frei0r, vf); REGISTER_FILTER(GRADFUN, gradfun, vf); REGISTER_FILTER(HFLIP, hflip, vf); |