]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/graphparser.h
ARM: update ldm/stm instructions to modern syntax
[ffmpeg] / libavfilter / graphparser.h
index b3272e8a434aa36929ad674b0c9bdaf98a5e9d52..e69f295740fbf3f4bf4a4a045770835ce669394c 100644 (file)
@@ -29,7 +29,7 @@
  * A linked-list of the inputs/outputs of the filter chain.
  */
 typedef struct AVFilterInOut {
-    const char *name;
+    char *name;
     AVFilterContext *filter;
     int pad_idx;
 
@@ -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