summaryrefslogtreecommitdiffstats
path: root/subreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'subreader.h')
-rw-r--r--subreader.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/subreader.h b/subreader.h
index b1aa07421b..9c7465d71a 100644
--- a/subreader.h
+++ b/subreader.h
@@ -20,6 +20,7 @@
#define MPLAYER_SUBREADER_H
#include <stdio.h>
+#include <stdbool.h>
#include "config.h"
@@ -84,7 +85,8 @@ extern char *fribidi_charset;
extern int flip_hebrew;
extern int fribidi_flip_commas;
-sub_data* sub_read_file (char *filename, float pts);
+struct MPOpts;
+sub_data* sub_read_file (char *filename, float pts, struct MPOpts *opts);
subtitle* subcp_recode (subtitle *sub);
// enca_fd is the file enca uses to determine the codepage.
// setting to NULL disables enca.