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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djacosubdec.c35 static int insert_text(AVBPrint *dst, const char *in, const char *arg) function
72 {"\\~", "~", insert_text}, // tilde doesn't need escaping
73 {"~", "{\\h}", insert_text}, // hard space
74 {"\\n", "\\N", insert_text}, // newline
77 {"\\N", "{\\r}", insert_text}, // reset to default style
78 {"\\I", "{\\i1}", insert_text}, // italic on
79 {"\\i", "{\\i0}", insert_text}, // italic off
80 {"\\B", "{\\b1}", insert_text}, // bold on
81 {"\\b", "{\\b0}", insert_text}, // bold off
82 {"\\U", "{\\u1}", insert_text}, // underlin
[all...]

Completed in 113 milliseconds