提交 91a8262b 编写于 作者: M Michael Niedermayer

avcodec/utils: add error message for the recode_subtitle() without iconv case

Based on the assert command which was removed in ef0c466aSigned-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 ef0c466a
......@@ -2553,6 +2553,7 @@ end:
iconv_close(cd);
return ret;
#else
av_log(avctx, AV_LOG_ERROR, "requesting subtitles recoding without iconv");
return AVERROR(EINVAL);
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册