Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dassenc.c53 if (sub->rects[i]->type != SUBTITLE_ASS) { in ass_encode_frame()
54 av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); in ass_encode_frame()
H A Dassdec.c56 sub->rects[0]->type = SUBTITLE_ASS; in ass_decode_frame()
H A Dass.c149 rect->type = SUBTITLE_ASS; in ff_ass_add_rect2()
H A Dwebvttenc.c170 if (sub->rects[i]->type != SUBTITLE_ASS) { in webvtt_encode_frame()
171 av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); in webvtt_encode_frame()
H A Dsrtenc.c245 if (sub->rects[i]->type != SUBTITLE_ASS) { in encode_frame()
246 av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); in encode_frame()
H A Dttmlenc.c93 if (sub->rects[i]->type != SUBTITLE_ASS) { in ttml_encode_frame()
94 av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); in ttml_encode_frame()
H A Dlibzvbi-teletextdec.c219 sub_rect->type = SUBTITLE_ASS; in gen_sub_text()
397 sub_rect->type = SUBTITLE_ASS; in gen_sub_ass()
H A Davcodec.h1699 * For SUBTITLE_ASS subtitle type, it should contain the whole ASS
2272 SUBTITLE_ASS, enumerator
H A Dmovtextenc.c650 if (sub->rects[i]->type != SUBTITLE_ASS) { in mov_text_encode_frame()
651 av_log(avctx, AV_LOG_ERROR, "Only SUBTITLE_ASS type supported.\n"); in mov_text_encode_frame()

Completed in 9 milliseconds