Home
last modified time | relevance | path

Searched refs:end_chr (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsubtitles.c339 char end_chr; in ff_smil_extract_next_text_chunk() local
346 end_chr = *c == '<' ? '>' : '<'; in ff_smil_extract_next_text_chunk()
351 } while (*c != end_chr && *c); in ff_smil_extract_next_text_chunk()
352 if (end_chr == '>') { in ff_smil_extract_next_text_chunk()