Commit 91a8262b authored by Michael Niedermayer's avatar 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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment