summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-18 09:44:33 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-18 09:44:33 +0000
commit7b018b1d7da7ff68310de8735772cdb2f044888d (patch)
tree78765981e3fa12faaff4a454208ddd1942ede1d5 /libavfilter/allfilters.c
parent930aa451321c4e44fb3663f34dfee024001d0aff (diff)
Add the null video filter.
Originally committed as revision 20275 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index dff61142f4..f8188852bb 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -34,6 +34,5 @@ void avfilter_register_all(void)
return;
initialized = 1;
-// REGISTER_FILTER (CROP,crop,vf);
-
+ REGISTER_FILTER (NULL,null,vf);
}