summaryrefslogtreecommitdiffstats
path: root/demux/mf.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-13 19:33:11 +0100
committerwm4 <wm4@nowhere>2013-11-13 20:10:17 +0100
commit894bf603e8ecb370dcf31b25c1598b4e5f454997 (patch)
tree3816125fefe3e9a683a009bbca3959fa13398345 /demux/mf.h
parent933fbf733362eee9db15dd2671c263781abd5635 (diff)
downloadmpv-894bf603e8ecb370dcf31b25c1598b4e5f454997.tar.bz2
mpv-894bf603e8ecb370dcf31b25c1598b4e5f454997.tar.xz
mf: silence compilation warning
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;