Implement null video sink.

Originally committed as revision 21242 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2010-01-16 11:05:36 +00:00
parent 864a074213
commit 006aa1a4c2
5 changed files with 60 additions and 1 deletions

View File

@@ -43,4 +43,6 @@ void avfilter_register_all(void)
REGISTER_FILTER (VFLIP, vflip, vf);
REGISTER_FILTER (NULLSRC, nullsrc, vsrc);
REGISTER_FILTER(NULLSINK, nullsink, vsink);
}