From 92f9b514263d8becf670c19567826bd288595fe7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 19:02:05 +0100 Subject: find_subfiles: mp_msg conversions --- sub/find_subfiles.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sub/find_subfiles.h') diff --git a/sub/find_subfiles.h b/sub/find_subfiles.h index fa47864e71..d11c02627b 100644 --- a/sub/find_subfiles.h +++ b/sub/find_subfiles.h @@ -19,14 +19,13 @@ #ifndef MPLAYER_FIND_SUBFILES_H #define MPLAYER_FIND_SUBFILES_H -struct MPOpts; - struct subfn { int priority; char *fname; char *lang; }; -struct subfn *find_text_subtitles(struct MPOpts *opts, const char *fname); +struct mpv_global; +struct subfn *find_text_subtitles(struct mpv_global *global, const char *fname); #endif /* MPLAYER_FINDFILES_H */ -- cgit v1.2.3