[FFmpeg-cvslog] libopencore-amr: Don't print carriage returns in log messages

Martin Storsjö git at videolan.org
Thu Apr 14 03:24:36 CEST 2011


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Apr 13 00:08:14 2011 +0300| [a8ec07c933450eea929f632ee867383ebd55532a] | committer: Martin Storsjö

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

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a8ec07c933450eea929f632ee867383ebd55532a
---

 libavcodec/libopencore-amr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c
index f0bfad2..fa72a22 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;
     }
 



More information about the ffmpeg-cvslog mailing list