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

Signed-off-by: Martin Storsjö <martin@martin.st>
oldabi
Martin Storsjö 14 years ago
parent 587331414b
commit a8ec07c933
  1. 2
      libavcodec/libopencore-amr.c

@ -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;
}

Loading…
Cancel
Save