Lines Matching defs:text
54 TextContext *text = avctx->priv_data;
58 ff_ass_bprint_text_event(&buf, ptr, avpkt->size, text->linebreaks, text->keep_ass_markup);
59 ret = ff_ass_add_rect(sub, buf.str, text->readorder++, 0, NULL, NULL);
70 TextContext *text = avctx->priv_data;
72 text->readorder = 0;
76 .class_name = "text/vplayer/stl/pjs/subviewer1 decoder",
84 .p.name = "text",
85 .p.long_name = NULL_IF_CONFIG_SMALL("Raw text subtitle"),
101 TextContext *text = avctx->priv_data;
102 text->linebreaks = "|";
166 #endif /* text subtitles with '|' line break */