Enable vsrc_buffer

Originally committed as revision 23042 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2010-05-07 09:22:32 +00:00
parent 8155bbc944
commit 3b9900c1c3
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (UNSHARP, unsharp, vf);
REGISTER_FILTER (VFLIP, vflip, vf);
REGISTER_FILTER (BUFFER, buffer, vsrc);
REGISTER_FILTER (NULLSRC, nullsrc, vsrc);
REGISTER_FILTER (NULLSINK, nullsink, vsink);