Home
last modified time | relevance | path

Searched refs:FF_SUB_CHARENC_MODE_IGNORE (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Davcodec.h2121 #define FF_SUB_CHARENC_MODE_IGNORE 2 ///< neither convert the subtitles, nor check them for … macro
Doptions_table.h434 {"ignore", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_SUB_CHARENC_MODE_IGNORE}, INT_MIN, INT_…
Ddecode.c1093 if (avctx->sub_charenc_mode != FF_SUB_CHARENC_MODE_IGNORE && in avcodec_decode_subtitle2()
/third_party/ffmpeg/doc/
DAPIchanges340 Add FF_SUB_CHARENC_MODE_IGNORE.