video/filter: add vf_buffer

Mostly useful for debugging.
This commit is contained in:
wm4
2014-07-30 22:44:35 +02:00
parent 8d990408d7
commit f8ab732ac3
5 changed files with 103 additions and 0 deletions

View File

@@ -302,6 +302,7 @@ def build(ctx):
( "video/decode/vdpau.c", "vdpau-hwaccel" ),
( "video/filter/pullup.c" ),
( "video/filter/vf.c" ),
( "video/filter/vf_buffer.c" ),
( "video/filter/vf_crop.c" ),
( "video/filter/vf_delogo.c" ),
( "video/filter/vf_divtc.c" ),