summaryrefslogtreecommitdiffstats
path: root/demux/mf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/mf.h')
-rw-r--r--demux/mf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/demux/mf.h b/demux/mf.h
index ac239a2122..cf7c2cd40d 100644
--- a/demux/mf.h
+++ b/demux/mf.h
@@ -26,12 +26,12 @@ typedef struct mf {
struct sh_video *sh;
int curr_frame;
int nr_of_files;
- char ** names;
+ const char **names;
// optional
struct stream **streams;
} mf_t;
-mf_t* open_mf_pattern(char * filename);
-mf_t* open_mf_single(char * filename);
+mf_t *open_mf_pattern(void *talloc_ctx, char *filename);
+mf_t *open_mf_single(void *talloc_ctx, char *filename);
#endif /* MPLAYER_MF_H */