Home
last modified time | relevance | path

Searched refs:FF_SUB_CHARENC_MODE_PRE_DECODER (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Davcodec.h1781 #define FF_SUB_CHARENC_MODE_PRE_DECODER 1 ///< the AVPacket data needs to be recoded to UTF-8 before being fed to the decoder, requires iconv macro
H A Ddecode.c746 if (avctx->sub_charenc_mode != FF_SUB_CHARENC_MODE_PRE_DECODER || inpkt->size == 0) { in recode_subtitle()
1575 avctx->sub_charenc_mode = FF_SUB_CHARENC_MODE_PRE_DECODER; in ff_decode_preinit()
1577 if (avctx->sub_charenc_mode == FF_SUB_CHARENC_MODE_PRE_DECODER) { in ff_decode_preinit()
H A Doptions_table.h376 {"pre_decoder", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_SUB_CHARENC_MODE_PRE_DECODER}, INT_MIN, INT_MAX, S|D, "sub_charenc_mode"},

Completed in 9 milliseconds