[FFmpeg-cvslog] lavfi/movie: extend a doxygen comment.
Nicolas George
git at videolan.org
Thu Aug 16 20:47:29 CEST 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Thu Aug 16 18:17:29 2012 +0200| [12d2bbf324e238cdc4adaca88116897b78e37817] | committer: Nicolas George
lavfi/movie: extend a doxygen comment.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12d2bbf324e238cdc4adaca88116897b78e37817
---
libavfilter/src_movie.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c
index 4ec80b7..74cf97b 100644
--- a/libavfilter/src_movie.c
+++ b/libavfilter/src_movie.c
@@ -472,6 +472,10 @@ static int rewind_file(AVFilterContext *ctx)
/**
* Try to push a frame to the requested output.
*
+ * @param ctx filter context
+ * @param out_id number of output where a frame is wanted;
+ * if the frame is read from file, used to set the return value;
+ * if the codec is being flushed, flush the corresponding stream
* @return 1 if a frame was pushed on the requested output,
* 0 if another attempt is possible,
* <0 AVERROR code
More information about the ffmpeg-cvslog
mailing list