]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Mention in the documentation of avfilter_poll_frame() that it returns
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 28 Dec 2008 17:07:47 +0000 (17:07 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 28 Dec 2008 17:07:47 +0000 (17:07 +0000)
a negative value in case of error.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16372 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavfilter/avfilter.h

index ff08f71ced0bd9f082ee4a0aaf0fa2dc8c4f1f22..804d52f683be7dc44b99f6d5ec7c965636962ae7 100644 (file)
@@ -509,7 +509,8 @@ int avfilter_request_frame(AVFilterLink *link);
 /**
  * Poll a frame from the filter chain.
  * @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);