[FFmpeg-cvslog] r25672 - trunk/libavfilter/graphparser.h
    stefano 
    subversion
       
    Thu Nov  4 21:26:46 CET 2010
    
    
  
Author: stefano
Date: Thu Nov  4 21:26:45 2010
New Revision: 25672
Log:
Amend avfilter_graph_parse() documentation for the return code, make
it more generic.
Modified:
   trunk/libavfilter/graphparser.h
Modified: trunk/libavfilter/graphparser.h
==============================================================================
--- trunk/libavfilter/graphparser.h	Thu Nov  4 14:53:16 2010	(r25671)
+++ trunk/libavfilter/graphparser.h	Thu Nov  4 21:26:45 2010	(r25672)
@@ -43,7 +43,7 @@ typedef struct AVFilterInOut {
  * @param filters string to be parsed
  * @param inputs  linked list to the inputs of the graph
  * @param outputs linked list to the outputs of the graph
- * @return        zero on success, -1 on error
+ * @return zero on success, a negative AVERROR code on error
  */
 int avfilter_graph_parse(AVFilterGraph *graph, const char *filters,
                          AVFilterInOut *inputs, AVFilterInOut *outputs,
    
    
More information about the ffmpeg-cvslog
mailing list