Searched refs:is_subtitle_page (Results 1 – 1 of 1) sorted by relevance
303 int is_subtitle_page = ctx->subtitle_map[page->pgno & 0x7ff]; in gen_sub_ass() local356 if (is_subtitle_page) { in gen_sub_ass()377 if (len || !is_subtitle_page) { in gen_sub_ass()397 …sub_rect->ass = ff_ass_get_dialog(ctx->readorder++, 0, is_subtitle_page ? "Subtitle" : "Teletext",… in gen_sub_ass()515 int is_subtitle_page = ctx->subtitle_map[ev->ev.ttx_page.pgno & 0x7ff]; in handler() local521 …if (strcmp(ctx->pgno, "*") && (strcmp(ctx->pgno, "subtitle") || !is_subtitle_page) && !strstr(ctx-… in handler()534 chop_top = ctx->chop_top || ((page.rows > 1) && is_subtitle_page); in handler()