1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Mention in the documentation of avfilter_poll_frame() that it returns

a negative value in case of error.

Originally committed as revision 16372 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2008-12-28 17:07:47 +00:00
parent 5b3658f73b
commit 055068d001

View File

@ -509,7 +509,8 @@ int avfilter_request_frame(AVFilterLink *link);
/** /**
* Poll a frame from the filter chain. * Poll a frame from the filter chain.
* @param link the input link * @param link the input link
* @return the number of imediately available frames * @return the number of immediately available frames, a negative
* number in case of error
*/ */
int avfilter_poll_frame(AVFilterLink *link); int avfilter_poll_frame(AVFilterLink *link);