[FFmpeg-cvslog] lavfi/avfiltergraph: apply misc fixes to fix avfilter_graph_request_oldest( ) @return doxy
Stefano Sabatini
git at videolan.org
Wed Jul 18 17:17:12 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Jul 18 15:41:20 2012 +0200| [712d82130eb98299aa9917416c0ce69a37341136] | committer: Stefano Sabatini
lavfi/avfiltergraph: apply misc fixes to fix avfilter_graph_request_oldest() @return doxy
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=712d82130eb98299aa9917416c0ce69a37341136
---
libavfilter/avfiltergraph.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index 3b05357..0518124 100644
--- a/libavfilter/avfiltergraph.h
+++ b/libavfilter/avfiltergraph.h
@@ -261,8 +261,8 @@ char *avfilter_graph_dump(AVFilterGraph *graph, const char *options);
* returns an EOF, this may cause a filter to flush pending frames
* which are sent to another sink link, although unrequested.
*
- * @return the return value of ff_request_frame,
- * or AVERROR_EOF of all links returned AVERROR_EOF.
+ * @return the return value of ff_request_frame(),
+ * or AVERROR_EOF if all links returned AVERROR_EOF
*/
int avfilter_graph_request_oldest(AVFilterGraph *graph);
More information about the ffmpeg-cvslog
mailing list