Searched refs:sub_charenc (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/tests/fate/ |
H A D | subtitles.mak | 2 fate-sub-aqtitle: CMD = fmtstdout ass -sub_charenc windows-1250 -i $(TARGET_SAMPLES)/sub/AQTitle_capability_tester.aqt 87 fate-sub-subviewer1: CMD = fmtstdout ass -sub_charenc windows-1250 -i $(TARGET_SAMPLES)/sub/SubViewer1_capability_tester.sub 108 fate-sub-charenc: CMD = fmtstdout ass -sub_charenc cp1251 -i $(TARGET_SAMPLES)/sub/cp1251-subtitles.sub
|
/third_party/ffmpeg/libavcodec/ |
H A D | decode.c | 760 cd = iconv_open("UTF-8", avctx->sub_charenc); in recode_subtitle() 777 "from %s to UTF-8\n", inpkt->data, avctx->sub_charenc); in recode_subtitle() 874 "maybe missing -sub_charenc option\n"); in avcodec_decode_subtitle2() 1561 if (avctx->sub_charenc) { in ff_decode_preinit() 1579 iconv_t cd = iconv_open("UTF-8", avctx->sub_charenc); in ff_decode_preinit() 1583 "with input character encoding \"%s\"\n", avctx->sub_charenc); in ff_decode_preinit()
|
H A D | avcodec.h | 1770 char *sub_charenc; member
|
H A D | options_table.h | 372 {"sub_charenc", "set input text subtitles character encoding", OFFSET(sub_charenc), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, S|D},
|
Completed in 9 milliseconds