Searched refs:FF_SUB_CHARENC_MODE_IGNORE (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 1782 #define FF_SUB_CHARENC_MODE_IGNORE 2 ///< neither convert the subtitles, nor check them for valid UTF-8 macro
|
H A D | decode.c | 870 if (avctx->sub_charenc_mode != FF_SUB_CHARENC_MODE_IGNORE && in avcodec_decode_subtitle2()
|
H A D | options_table.h | 377 {"ignore", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_SUB_CHARENC_MODE_IGNORE}, INT_MIN, INT_MAX, S|D, "sub_charenc_mode"},
|
Completed in 10 milliseconds