diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:39:02 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:39:02 +0000 |
commit | f9033975fcefa98e1cd150f9929404bbee575cbd (patch) | |
tree | 1e1d6ba454a3d0efd22a6e2013a0f189334cf391 /libavfilter/avfilter.c | |
parent | d21cbbff0bd0d5a14fafcaffe70e1f7829dd7287 (diff) | |
download | ffmpeg-f9033975fcefa98e1cd150f9929404bbee575cbd.tar.gz |
Image negating filter
Commited in SoC by Bobby Bingham on 2007-08-20 05:27:17
Originally committed as revision 12022 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r-- | libavfilter/avfilter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 6d9f56201e..5a757c1989 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -329,6 +329,7 @@ void avfilter_init(void) avfilter_register(&avfilter_vf_graph); avfilter_register(&avfilter_vf_graphdesc); avfilter_register(&avfilter_vf_graphfile); + avfilter_register(&avfilter_vf_negate); avfilter_register(&avfilter_vf_overlay); avfilter_register(&avfilter_vf_passthrough); avfilter_register(&avfilter_vf_rgb2bgr); |