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 source.
[libav.git]
/
libavfilter
/
allfilters.c
diff --git
a/libavfilter/allfilters.c
b/libavfilter/allfilters.c
index
a4cbdad
..
81eec21
100644
(file)
--- a/
libavfilter/allfilters.c
+++ b/
libavfilter/allfilters.c
@@
-41,4
+41,6
@@
void avfilter_register_all(void)
REGISTER_FILTER (SCALE, scale, vf);
REGISTER_FILTER (SLICIFY, slicify, vf);
REGISTER_FILTER (VFLIP, vflip, vf);
+
+ REGISTER_FILTER (NULLSRC, nullsrc, vsrc);
}