Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsubtitles.c367 char eol_buf[5], last_was_cr = 0; in ff_subtitles_read_text_chunk() local
387 eol_buf[i++] = c; in ff_subtitles_read_text_chunk()
388 if (i == sizeof(eol_buf) - 1) in ff_subtitles_read_text_chunk()
397 eol_buf[i] = 0; in ff_subtitles_read_text_chunk()
398 av_bprintf(buf, "%s", eol_buf); in ff_subtitles_read_text_chunk()