Home
last modified time | relevance | path

Searched refs:FF_SUB_TEXT_FMT_ASS_WITH_TIMINGS (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Doptions_table.h436 … format", OFFSET(sub_text_format), AV_OPT_TYPE_INT, {.i64 = FF_SUB_TEXT_FMT_ASS_WITH_TIMINGS}, 0, …
442 {"ass_with_timings", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_SUB_TEXT_FMT_ASS_WITH_TIMINGS}, INT_MIN…
Davcodec.h2228 #define FF_SUB_TEXT_FMT_ASS_WITH_TIMINGS 1 macro
Ddecode.c1070 if (avctx->sub_text_format == FF_SUB_TEXT_FMT_ASS_WITH_TIMINGS in avcodec_decode_subtitle2()