You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
overread AV_LOG_ERROR -> AV_LOG_DEBUG
Originally committed as revision 6111 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1771,7 +1771,7 @@ static int huffman_decode(MPADecodeContext *s, GranuleDef *g,
|
||||
part. We must go back into the data */
|
||||
s_index -= 4;
|
||||
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)
|
||||
break;
|
||||
|
Reference in New Issue
Block a user