소스 검색

Fix grammar for avfilter_graph_parse() doxy.

Originally committed as revision 18900 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini 16 년 전
부모
커밋
62c58bcc65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libavfilter/graphparser.h

+ 1 - 1
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