Commit 36f477a5 authored by michael's avatar michael

overread AV_LOG_ERROR -> AV_LOG_DEBUG


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6111 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e62bd19a
...@@ -1771,7 +1771,7 @@ static int huffman_decode(MPADecodeContext *s, GranuleDef *g, ...@@ -1771,7 +1771,7 @@ static int huffman_decode(MPADecodeContext *s, GranuleDef *g,
part. We must go back into the data */ part. We must go back into the data */
s_index -= 4; s_index -= 4;
skip_bits_long(&s->gb, last_pos - pos); skip_bits_long(&s->gb, last_pos - pos);
av_log(NULL, AV_LOG_ERROR, "overread, skip %d\n", last_pos&7); av_log(NULL, AV_LOG_DEBUG, "overread, skip %d\n", last_pos - pos);
} }
if(pos >= end_pos) if(pos >= end_pos)
break; break;
......
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