projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement null video sink.
[libav.git]
/
libavfilter
/
allfilters.c
diff --git
a/libavfilter/allfilters.c
b/libavfilter/allfilters.c
index
81eec21
..
4be7642
100644
(file)
--- a/
libavfilter/allfilters.c
+++ b/
libavfilter/allfilters.c
@@
-43,4
+43,6
@@
void avfilter_register_all(void)
REGISTER_FILTER (VFLIP, vflip, vf);
REGISTER_FILTER (NULLSRC, nullsrc, vsrc);
+
+ REGISTER_FILTER(NULLSINK, nullsink, vsink);
}