summaryrefslogtreecommitdiff
path: root/libavfilter/buffersink.h
Commit message (Collapse)AuthorAge
* buffersink: Implement a poll function.Michael Niedermayer2011-12-08
| | | | | | With this the application can find out how many frames are available. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to ↵Stefano Sabatini2011-09-06
buffersink.h This is done in order to clarify the non-video-specific nature of the buffersink code, as the result of the video/audio API unification of the previous commit, and for improving overall consistency.