summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorS.N. Hemanth Meenakshisundaram <smeenaks@ucsd.edu>2010-09-25 01:57:01 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-25 01:57:01 +0000
commitf0a5543898dad040b8f2d1b44fb6b278c06c3460 (patch)
treeba517498bfc261423488ccaacdc621cbe7288a1c /libavfilter/allfilters.c
parent1ee410f330d3b57b0ea1ccb915977f2ba4d99815 (diff)
Add asink_anullsink - null audio sink.
Patch by "S.N. Hemanth Meenakshisundaram" /smeenaks/ucsd/edu. Originally committed as revision 25189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index a29a2740e3..ac54bd0cb4 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -38,6 +38,8 @@ void avfilter_register_all(void)
REGISTER_FILTER (ANULLSRC, anullsrc, asrc);
+ REGISTER_FILTER (ANULLSINK, anullsink, asink);
+
REGISTER_FILTER (ASPECT, aspect, vf);
REGISTER_FILTER (CROP, crop, vf);
REGISTER_FILTER (FIFO, fifo, vf);