summaryrefslogtreecommitdiff
path: root/libavfilter/framequeue.c
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>
* avfilter/framequeue: add missing check for ASSERT_LEVELJames Almer2016-12-24
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* lavfi: add FFFrameQueue API.Nicolas George2016-12-18