From a8ec07c933450eea929f632ee867383ebd55532a Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 13 Apr 2011 00:08:14 +0300 Subject: libopencore-amr: Don't print carriage returns in log messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/libopencore-amr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/libopencore-amr.c') diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c index f0bfad2cdf..fa72a221cf 100644 --- a/libavcodec/libopencore-amr.c +++ b/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; } -- cgit v1.2.3