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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsubtitles.c245 char eol_buf[5], last_was_cr = 0; local
265 eol_buf[i++] = c;
266 if (i == sizeof(eol_buf) - 1)
275 eol_buf[i] = 0;
276 av_bprintf(buf, "%s", eol_buf);

Completed in 57 milliseconds