Implement null video sink.
Originally committed as revision 21242 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -43,4 +43,6 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER (VFLIP, vflip, vf);
|
||||
|
||||
REGISTER_FILTER (NULLSRC, nullsrc, vsrc);
|
||||
|
||||
REGISTER_FILTER(NULLSINK, nullsink, vsink);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user