Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsubtitles.c387 int n = 0, i = 0, nb_eol = 0; in ff_subtitles_read_text_chunk() local
403 nb_eol += c == '\n' || last_was_cr; in ff_subtitles_read_text_chunk()
404 if (nb_eol == 2) in ff_subtitles_read_text_chunk()
418 i = nb_eol = 0; in ff_subtitles_read_text_chunk()