[SCM] libav/experimental: vp3: be less spammy on broken files

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:03:43 UTC 2013


The following commit has been merged in the experimental branch:
commit 01f9640b21f159cc8a9d292ce8a70feb7dbc2ea7
Author: David Conrad <lessen42 at gmail.com>
Date:   Tue Mar 9 00:29:09 2010 +0000

    vp3: be less spammy on broken files
    
    Originally committed as revision 22356 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index 44f0986..78cae0f 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -987,7 +987,7 @@ static int unpack_vlcs(Vp3DecodeContext *s, GetBitContext *gb,
                 }
 
                 if (coeff_index + zero_run > 64) {
-                    av_log(s->avctx, AV_LOG_ERROR, "Invalid zero run of %d with"
+                    av_log(s->avctx, AV_LOG_DEBUG, "Invalid zero run of %d with"
                            " %d coeffs left\n", zero_run, 64-coeff_index);
                     zero_run = 64 - coeff_index;
                 }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list