[SCM] libav/experimental: add a line break in error message text

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:32:11 UTC 2013


The following commit has been merged in the experimental branch:
commit 6c6f9272891d17be3e082e34ae60b33c0b31f1e3
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Thu Nov 13 03:18:01 2008 +0000

    add a line break in error message text
    
    Originally committed as revision 15810 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c
index d5011ff..4cb1154 100644
--- a/libavcodec/ac3dec.c
+++ b/libavcodec/ac3dec.c
@@ -918,7 +918,7 @@ static int decode_audio_block(AC3DecodeContext *s, int blk)
             else {
                 int bandwidth_code = get_bits(gbc, 6);
                 if (bandwidth_code > 60) {
-                    av_log(s->avctx, AV_LOG_ERROR, "bandwidth code = %d > 60", bandwidth_code);
+                    av_log(s->avctx, AV_LOG_ERROR, "bandwidth code = %d > 60\n", bandwidth_code);
                     return -1;
                 }
                 s->end_freq[ch] = bandwidth_code * 3 + 73;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list