Searched refs:FF_SUB_CHARENC_MODE_PRE_DECODER (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 1781 #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 D | decode.c | 746 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 D | options_table.h | 376 {"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