Searched refs:FF_SUB_CHARENC_MODE_DO_NOTHING (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 1779 #define FF_SUB_CHARENC_MODE_DO_NOTHING -1 ///< do nothing (demuxer outputs a stream supposed to be already in UTF-8, or the codec is bitmap for instance) macro
|
H A D | decode.c | 1570 avctx->sub_charenc_mode = FF_SUB_CHARENC_MODE_DO_NOTHING; in ff_decode_preinit()
|
H A D | options_table.h | 374 {"do_nothing", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_SUB_CHARENC_MODE_DO_NOTHING}, INT_MIN, INT_MAX, S|D, "sub_charenc_mode"},
|
Completed in 8 milliseconds