summaryrefslogtreecommitdiffstats
path: root/subreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'subreader.h')
-rw-r--r--subreader.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/subreader.h b/subreader.h
index 3ddbbe4b61..46b1260d03 100644
--- a/subreader.h
+++ b/subreader.h
@@ -1,4 +1,3 @@
-
#ifndef __MPLAYER_SUBREADER_H
#define __MPLAYER_SUBREADER_H
@@ -34,10 +33,10 @@ typedef struct {
char *text[SUB_MAX_TEXT];
} subtitle;
-subtitle* sub_read_file (char *filename);
-char * sub_filename(char *path, char * fname );
+subtitle* sub_read_file (char *filename, float pts);
+char * sub_filename(char *path, char * fname);
void list_sub_file(subtitle* subs);
-void dump_mpsub(subtitle* subs);
+void dump_mpsub(subtitle* subs, float fps);
void sub_free( subtitle * subs );
-
+void find_sub(subtitle* subtitles,int key);
#endif