Searched refs:sub_charenc (Results 1 – 6 of 6) sorted by relevance
2 fate-sub-aqtitle: CMD = fmtstdout ass -sub_charenc windows-1250 -i $(TARGET_SAMPLES)/sub/AQTitle_ca…80 fate-sub-subviewer1: CMD = fmtstdout ass -sub_charenc windows-1250 -i $(TARGET_SAMPLES)/sub/SubView…101 fate-sub-charenc: CMD = fmtstdout ass -sub_charenc cp1251 -i $(TARGET_SAMPLES)/sub/cp1251-subtitles…
388 if (avctx->sub_charenc) { in avcodec_open2()407 iconv_t cd = iconv_open("UTF-8", avctx->sub_charenc); in avcodec_open2()411 "with input character encoding \"%s\"\n", avctx->sub_charenc); in avcodec_open2()
2109 char *sub_charenc; member
905 cd = iconv_open("UTF-8", avctx->sub_charenc); in recode_subtitle()922 "from %s to UTF-8\n", inpkt->data, avctx->sub_charenc); in recode_subtitle()
429 {"sub_charenc", "set input text subtitles character encoding", OFFSET(sub_charenc), AV_OPT_TYPE_STR…
1095 @item sub_charenc @var{encoding} (@emph{decoding,subtitles})