]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/graphparser.h
Fix cast of byte buffer to uint32 that was disregarding alignment
[ffmpeg] / libavfilter / graphparser.h
index d21d7faeb7132b05d067bbc9e4fa0de04531b20e..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;