]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/graphparser.c
Merge commit 'b748c280e59cac468ed36cbbe5e71d5ebd434020'
[ffmpeg] / libavfilter / graphparser.c
index 1405926bfd570fe603c3d2aa5095f912919a301b..d92b5360a6afd28690798987abc771f2a0886b6b 100644 (file)
@@ -96,7 +96,7 @@ static char *parse_link_name(const char **buf, void *log_ctx)
 static int create_filter(AVFilterContext **filt_ctx, AVFilterGraph *ctx, int index,
                          const char *name, const char *args, void *log_ctx)
 {
-    AVFilter *filt;
+    const AVFilter *filt;
     char name2[30];
     const char *inst_name = NULL, *filt_name = NULL;
     char *tmp_args = NULL;