Searched refs:FF_SUB_CHARENC_MODE_PRE_DECODER (Results 1 – 4 of 4) sorted by relevance
403 avctx->sub_charenc_mode = FF_SUB_CHARENC_MODE_PRE_DECODER; in avcodec_open2()405 if (avctx->sub_charenc_mode == FF_SUB_CHARENC_MODE_PRE_DECODER) { in avcodec_open2()
2120 #define FF_SUB_CHARENC_MODE_PRE_DECODER 1 ///< the AVPacket data needs to be recoded to UTF-8 bef… macro
433 {"pre_decoder", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_SUB_CHARENC_MODE_PRE_DECODER}, INT_MIN, INT_…
891 if (avctx->sub_charenc_mode != FF_SUB_CHARENC_MODE_PRE_DECODER || inpkt->size == 0) { in recode_subtitle()