]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Print Theora bitstream version at DEBUG, not at VERBOSE level.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 13 Feb 2008 08:05:51 +0000 (08:05 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 13 Feb 2008 08:05:51 +0000 (08:05 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11916 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/vp3.c

index 387d39b4960e49fee1b31068afd84ac8f8a45345..92258d1395f9be18de919648435c64c0f50d23ff 100644 (file)
@@ -2372,7 +2372,7 @@ static int theora_decode_header(AVCodecContext *avctx, GetBitContext *gb)
     int visible_width, visible_height;
 
     s->theora = get_bits_long(gb, 24);
-    av_log(avctx, AV_LOG_VERBOSE, "Theora bitstream version %X\n", s->theora);
+    av_log(avctx, AV_LOG_DEBUG, "Theora bitstream version %X\n", s->theora);
 
     /* 3.2.0 aka alpha3 has the same frame orientation as original vp3 */
     /* but previous versions have the image flipped relative to vp3 */