diff --git a/libavfilter/graphparser.h b/libavfilter/graphparser.h index d21d7faeb7..e69f295740 100644 --- a/libavfilter/graphparser.h +++ b/libavfilter/graphparser.h @@ -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;