Lines Matching refs:ass
22 #include "libavcodec/ass.h"
62 int format_id; /* 0 = bitmap, 1 = text/ass, 2 = ass */
146 av_freep(&(*sub_rect)->ass);
220 sub_rect->ass = create_ass_text(ctx, buf.str);
222 if (!sub_rect->ass) {
226 av_log(ctx, AV_LOG_DEBUG, "subtext:%s:txetbus\n", sub_rect->ass);
294 /* Draw a page as ass formatted text */
398 sub_rect->ass = ff_ass_get_dialog(ctx->readorder++, 0, is_subtitle_page ? "Subtitle" : "Teletext", NULL, buf.str);
400 if (!sub_rect->ass) {
404 av_log(ctx, AV_LOG_DEBUG, "subtext:%s:txetbus\n", sub_rect->ass);
794 {"txt_format", "format of the subtitles (bitmap or text or ass)", OFFSET(format_id), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 2, SD, "txt_format"},
797 {"ass", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = 2}, 0, 0, SD, "txt_format"},