[Ffmpeg-cvslog] r6210 - trunk/libavcodec/vc1.c
kostya
subversion
Sat Sep 9 13:29:17 CEST 2006
Author: kostya
Date: Sat Sep 9 13:29:17 2006
New Revision: 6210
Modified:
trunk/libavcodec/vc1.c
Log:
Don't print header bits by default
Modified: trunk/libavcodec/vc1.c
==============================================================================
--- trunk/libavcodec/vc1.c (original)
+++ trunk/libavcodec/vc1.c Sat Sep 9 13:29:17 2006
@@ -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)
{
More information about the ffmpeg-cvslog
mailing list