Home
last modified time | relevance | path

Searched refs:tag_close (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhtmlsubtitles.c132 int len, tag_close, sptr = 0, line_start = 1, an = 0, end = 0; in ff_htmlmarkup_to_ass() local
197 tag_close = in[1] == '/'; in ff_htmlmarkup_to_ass()
198 if (tag_close) in ff_htmlmarkup_to_ass()
205 if (scantag(in+tag_close+1, buffer, &len) && len > 0) { in ff_htmlmarkup_to_ass()
206 const int skip = len + tag_close; in ff_htmlmarkup_to_ass()
228 if (tag_close && sptr > 0) { in ff_htmlmarkup_to_ass()
252 } else if (!tag_close && sptr < FF_ARRAY_ELEMS(stack) - 1) { in ff_htmlmarkup_to_ass()
285 av_bprintf(dst, "{\\%c%d}", (char)av_tolower(tagname[0]), !tag_close); in ff_htmlmarkup_to_ass()
292 if (!tag_close) // warn only once in ff_htmlmarkup_to_ass()

Completed in 1 milliseconds