Commit a8ec07c9 authored by Martin Storsjö's avatar Martin Storsjö

libopencore-amr: Don't print carriage returns in log messages

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 58733141
......@@ -84,7 +84,7 @@ static av_cold int amr_nb_decode_init(AVCodecContext *avctx)
s->frameCount = 0;
s->decState = Decoder_Interface_init();
if (!s->decState) {
av_log(avctx, AV_LOG_ERROR, "Decoder_Interface_init error\r\n");
av_log(avctx, AV_LOG_ERROR, "Decoder_Interface_init error\n");
return -1;
}
......
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