comparison subreader.h @ 921:6b02113cd41a

Added support for .ssa subtitles
author laaz
date Thu, 31 May 2001 18:08:24 +0000
parents bad858a47870
children 18f4dd5d568f
comparison
equal deleted inserted replaced
920:deeaad5bf1d7 921:6b02113cd41a
8 extern int sub_format; // 0 for microdvd 8 extern int sub_format; // 0 for microdvd
9 // 1 for SubRip 9 // 1 for SubRip
10 // 2 for the third format 10 // 2 for the third format
11 // 3 for SAMI (smi) 11 // 3 for SAMI (smi)
12 // 4 for vplayer format 12 // 4 for vplayer format
13 13 // other stuff in subreader.c
14 #define SUB_MAX_TEXT 5 14 #define SUB_MAX_TEXT 5
15 15
16 typedef struct { 16 typedef struct {
17 17
18 int lines; 18 int lines;