summaryrefslogtreecommitdiffstats
path: root/demux/mf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/mf.h')
-rw-r--r--demux/mf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/mf.h b/demux/mf.h
index cf7c2cd40d..5511e3188b 100644
--- a/demux/mf.h
+++ b/demux/mf.h
@@ -26,7 +26,7 @@ typedef struct mf {
struct sh_video *sh;
int curr_frame;
int nr_of_files;
- const char **names;
+ char **names;
// optional
struct stream **streams;
} mf_t;