summaryrefslogtreecommitdiff
path: root/libavfilter/framequeue.h
Commit message (Collapse)AuthorAge
* lavfi: make ff_framequeue_skip_samples() more useful.Nicolas George2017-01-29
| | | | | | | | | | Instead of just updating statistics and leaving the work to the call site, have it actually do the work. Also: skip the samples by updating the frame data pointers instead of moving the samples. More efficient and avoid writing into shared frames. Found-By: Muhammad Faiz <mfcc64@gmail.com>
* lavfi/framequeue: avoid empty structs.Nicolas George2016-12-20
| | | | Fix compilation on MSVC.
* lavfi: add FFFrameQueue API.Nicolas George2016-12-18