]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavfilter/avfilter.h
Mention in the documentation of avfilter_poll_frame() that it returns
[frescor/ffmpeg.git] / 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);