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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dass.h124 * @param keep_ass_markup braces and backslash will not be escaped if set
127 const char *linebreaks, int keep_ass_markup);
H A Dtextdec.c34 int keep_ass_markup; member in struct:__anon3229
40 { "keep_ass_markup", "Set if ASS tags must be escaped", OFFSET(keep_ass_markup), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, .flags=SD },
57 ff_ass_bprint_text_event(&buf, ptr, avpkt->size, text->linebreaks, text->keep_ass_markup);
H A Dass.c155 const char *linebreaks, int keep_ass_markup)
167 } else if (!keep_ass_markup && strchr("{}\\", *p)) {
154 ff_ass_bprint_text_event(AVBPrint *buf, const char *p, int size, const char *linebreaks, int keep_ass_markup) argument

Completed in 42 milliseconds