Commit a42a7428 authored by diego's avatar diego

Reduce verbosity.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4478 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 76d8f391
......@@ -369,7 +369,7 @@ return -1;
s->pict_type = get_bits(&s->gb, 1) + 1;
if(s->pict_type == I_TYPE){
code = get_bits(&s->gb, 7);
av_log(s->avctx, AV_LOG_ERROR, "I7:%X/\n", code);
av_log(s->avctx, AV_LOG_DEBUG, "I7:%X/\n", code);
}
s->chroma_qscale= s->qscale = get_bits(&s->gb, 5);
if(s->qscale < 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment