summaryrefslogtreecommitdiff
path: root/libavfilter/framesync.h
Commit message (Collapse)AuthorAge
* avfilter/framesync: allocate FFFrameSyncIn internallyPaul B Mahol2015-08-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: add an API to synchronize multiple video inputs.Nicolas George2013-09-23
Compared to dualinput, this API can handle more than two inputs and can generate frames synchronized to any or all input streams.