summaryrefslogtreecommitdiffstats
path: root/subreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'subreader.h')
-rw-r--r--subreader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/subreader.h b/subreader.h
index e274dcc722..ca021ff338 100644
--- a/subreader.h
+++ b/subreader.h
@@ -9,6 +9,7 @@ extern int sub_format; // 0 for microdvd
// 1 for SubRip
// 2 for the third format
// 3 for SAMI (smi)
+ // 4 for vplayer format
#define SUB_MAX_TEXT 5
@@ -25,4 +26,4 @@ typedef struct {
subtitle* sub_read_file (char *filename);
char * sub_filename( char * fname );
-#endif \ No newline at end of file
+#endif