From 894bf603e8ecb370dcf31b25c1598b4e5f454997 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 13 Nov 2013 19:33:11 +0100 Subject: mf: silence compilation warning --- demux/mf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux/mf.h') 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; -- cgit v1.2.3