diff vc1.c @ 3692:7857ae840b0b libavcodec

Don't print header bits by default
author kostya
date Sat, 09 Sep 2006 11:29:17 +0000
parents ff18ceefe3d8
children e9be5d4bad80
line wrap: on
line diff
--- a/vc1.c	Sat Sep 09 11:28:02 2006 +0000
+++ b/vc1.c	Sat Sep 09 11:29:17 2006 +0000
@@ -1130,7 +1130,7 @@
 {
     VC1Context *v = avctx->priv_data;
 
-    av_log(avctx, AV_LOG_INFO, "Header: %0X\n", show_bits(gb, 32));
+    av_log(avctx, AV_LOG_DEBUG, "Header: %0X\n", show_bits(gb, 32));
     v->profile = get_bits(gb, 2);
     if (v->profile == 2)
     {