37 char *f = strchr(s, c);
38 return f ? (f -
s) : -1;
50 #define MICRODVD_PERSISTENT_OFF 0
51 #define MICRODVD_PERSISTENT_ON 1
52 #define MICRODVD_PERSISTENT_OPENED 2
55 #define MICRODVD_TAGS "cfshyYpo"
63 memcpy(&tags[tag_index], &tag,
sizeof(tag));
67 #define MICRODVD_STYLES "ibus"
89 char tag_char = *(s + 1);
92 if (!tag_char || *(s + 2) !=
':')
102 while (*s && *s !=
'}') {
105 if (style_index >= 0)
106 tag.
data1 |= (1 << style_index);
120 while (*s ==
'$' || *s ==
'#')
122 tag.
data1 = strtol(s, &s, 16) & 0x00ffffff;
146 tag.
data1 = strtol(s, &s, 10);
170 tag.
data1 = (*s++ ==
'1');
179 tag.
data1 = strtol(s, &s, 10);
183 tag.
data2 = strtol(s, &s, 10);
208 switch (tags[i].
key) {
212 if (tags[i].
data1 & (1 << sidx))
226 av_bprintf(new_line,
"{\\fs%d}", tags[i].data1);
230 if (tags[i].data1 == 0)
236 tags[i].data1, tags[i].
data2);
252 switch (tags[i].
key) {
256 if (tags[i].
data1 & (1 << sidx))
283 struct microdvd_tag tags[sizeof(MICRODVD_TAGS) - 1] = {{0}};
285 if (avpkt->
size <= 0)
291 while (line < end && *line) {
298 while (line < end && *line && *line !=
'|') {
304 if (line < end && *line ==
'|') {
324 *got_sub_ptr = sub->num_rects > 0;
338 struct microdvd_tag tags[sizeof(MICRODVD_TAGS) - 1] = {{0}};
349 if (tags[i].
data1 & (1 << sidx)) {
351 case 'i': italic = 1;
break;
352 case 'b': bold = 1;
break;
353 case 'u': underline = 1;
break;
359 case 'c': color = tags[i].
data1;
break;
360 case 's': font_size = tags[i].
data1;
break;
361 case 'p': alignment = 8;
break;
373 underline, alignment);