# HG changeset patch # User kostya # Date 1170484986 0 # Node ID a9f64d2a2e69a60a6e018610d3178e748a8f5b68 # Parent 1dea76bf254f7b555ecac9ffcf6d4a4f86d3e5c7 These messages are just for debug purposes diff -r 1dea76bf254f -r a9f64d2a2e69 vc1.c --- a/vc1.c Sat Feb 03 06:41:14 2007 +0000 +++ b/vc1.c Sat Feb 03 06:43:06 2007 +0000 @@ -1304,10 +1304,10 @@ } if(get_bits1(gb)) { //Display Info - decoding is not affected by it int w, h, ar = 0; - av_log(v->s.avctx, AV_LOG_INFO, "Display extended info:\n"); + av_log(v->s.avctx, AV_LOG_DEBUG, "Display extended info:\n"); v->s.avctx->width = v->s.width = w = get_bits(gb, 14) + 1; v->s.avctx->height = v->s.height = h = get_bits(gb, 14) + 1; - av_log(v->s.avctx, AV_LOG_INFO, "Display dimensions: %ix%i\n", w, h); + av_log(v->s.avctx, AV_LOG_DEBUG, "Display dimensions: %ix%i\n", w, h); if(get_bits1(gb)) ar = get_bits(gb, 4); if(ar && ar < 14){