[SCM] libav/experimental: Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. Acked by Benjamin Larsson

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:09:29 UTC 2013


The following commit has been merged in the experimental branch:
commit 8ef4de4e11089814ef4be6d9cac4cb38c21c5991
Author: Alex Beregszaszi <alex at rtfs.hu>
Date:   Wed Nov 14 15:30:15 2007 +0000

    Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
    Acked by Benjamin Larsson
    
    Originally committed as revision 11023 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c
index 80b420c..7edcfa9 100644
--- a/libavcodec/nellymoserdec.c
+++ b/libavcodec/nellymoserdec.c
@@ -380,7 +380,7 @@ static int decode_tag(AVCodecContext * avctx,
         case 256:   // 22050Hz
             blocks = 4; break;
         default:
-            av_log(avctx, AV_LOG_DEBUG, "Tag size %d unknown, report sample!\n", buf_size);
+            av_log(avctx, AV_LOG_ERROR, "Tag size %d unknown, report sample!\n", buf_size);
             return buf_size;
     }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list