Searched refs:keep_ass_markup (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | textdec.c | 37 int keep_ass_markup; member 44 { "keep_ass_markup", "Set if ASS tags must be escaped", OFFSET(keep_ass_markup), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, .flags=SD }, 58 ff_ass_bprint_text_event(&buf, ptr, avpkt->size, text->linebreaks, text->keep_ass_markup); in text_decode_frame()
|
H A D | ass.c | 172 const char *linebreaks, int keep_ass_markup) in ff_ass_bprint_text_event() 184 } else if (!keep_ass_markup && strchr("{}\\", *p)) { in ff_ass_bprint_text_event() 171 ff_ass_bprint_text_event(AVBPrint *buf, const char *p, int size, const char *linebreaks, int keep_ass_markup) ff_ass_bprint_text_event() argument
|
H A D | ass.h | 142 * @param keep_ass_markup braces and backslash will not be escaped if set 145 const char *linebreaks, int keep_ass_markup);
|
Completed in 1 milliseconds