diff options
author | Andrey Utkin <andrey.krieger.utkin@gmail.com> | 2013-05-13 21:48:44 +0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-13 21:34:15 +0200 |
commit | 47a628bfb3067ea1bec8c5bd3be3f3ef5fa3db44 (patch) | |
tree | d5c452f1ae447f9f7f0d8607e2f7891712d0eb06 /libavfilter/allfilters.c | |
parent | 3967f68053979cbd17f499b8d50e3ea859dd23aa (diff) | |
download | ffmpeg-47a628bfb3067ea1bec8c5bd3be3f3ef5fa3db44.tar.gz |
avfilter: Add 'drawgrid' video filter
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 455e22c225..ddb967331d 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -117,6 +117,7 @@ void avfilter_register_all(void) REGISTER_FILTER(DELOGO, delogo, vf); REGISTER_FILTER(DESHAKE, deshake, vf); REGISTER_FILTER(DRAWBOX, drawbox, vf); + REGISTER_FILTER(DRAWGRID, drawgrid, vf); REGISTER_FILTER(DRAWTEXT, drawtext, vf); REGISTER_FILTER(EDGEDETECT, edgedetect, vf); REGISTER_FILTER(EXTRACTPLANES, extractplanes, vf); |