[SCM] libav/experimental: Fix grammar for avfilter_graph_parse() doxy.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:46:16 UTC 2013


The following commit has been merged in the experimental branch:
commit 62c58bcc6555890f7dc6d8df467a6a90a93a7e01
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri May 22 22:38:41 2009 +0000

    Fix grammar for avfilter_graph_parse() doxy.
    
    Originally committed as revision 18900 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/graphparser.h b/libavfilter/graphparser.h
index b3272e8..d21d7fa 100644
--- a/libavfilter/graphparser.h
+++ b/libavfilter/graphparser.h
@@ -37,7 +37,7 @@ typedef struct AVFilterInOut {
 } AVFilterInOut;
 
 /**
- * Add to a graph a graph described by a string.
+ * Adds a graph described by a string to a graph.
  *
  * @param graph   the filter graph where to link the parsed graph context
  * @param filters string to be parsed

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list