[FFmpeg-cvslog] r12113 - trunk/libavfilter/avfilter.h
vitor
subversion
Fri Feb 15 23:14:50 CET 2008
Author: vitor
Date: Fri Feb 15 23:14:49 2008
New Revision: 12113
Log:
Group avfilter_poll_frame() with related funcions and add doxygen comment
Commited in SoC by Vitor Sessak on 2008-02-10 20:30:50
Modified:
trunk/libavfilter/avfilter.h
Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h (original)
+++ trunk/libavfilter/avfilter.h Fri Feb 15 23:14:49 2008
@@ -184,8 +184,6 @@ void avfilter_formats_ref(AVFilterFormat
*/
void avfilter_formats_unref(AVFilterFormats **ref);
-int avfilter_poll_frame(AVFilterLink *link);
-
/**
* A filter pad used for either input or output.
*/
@@ -460,6 +458,13 @@ AVFilterPicRef *avfilter_get_video_buffe
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
+ */
+int avfilter_poll_frame(AVFilterLink *link);
+
+/**
* Notify the next filter of the start of a frame.
* @param link the output link the frame will be sent over
* @param picref A reference to the frame about to be sent. The data for this
More information about the ffmpeg-cvslog
mailing list