summaryrefslogtreecommitdiffstats
path: root/subreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'subreader.h')
-rw-r--r--subreader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/subreader.h b/subreader.h
index 401a0cd0ad..4022d4fc8a 100644
--- a/subreader.h
+++ b/subreader.h
@@ -39,6 +39,8 @@ typedef struct {
subtitle* sub_read_file (char *filename, float pts);
subtitle* subcp_recode1 (subtitle *sub);
+void subcp_open (void); /* for demux_ogg.c */
+void subcp_close (void); /* for demux_ogg.c */
char * sub_filename(char *path, char * fname);
void list_sub_file(subtitle* subs);
void dump_srt(subtitle* subs, float fps);