summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_lavfi.h
Commit message (Collapse)AuthorAgeFilesLines
* vf_lavfi: export a wrapper functionwm42013-12-041-0/+44
This will allow old filter to run libavfilter instead by calling vf_lw_set_graph(), which turns the filter into a wrapper, using a given libavfilter graph. Later commits use that to automatically "reroute" a bunch of filters to libavfilter. We want to get rid of the old MPlayer filter code, because it's bad an unmaintained, but we still don't want to force everyone to use vf_lavfi, so this solution will do for a while.