git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ec6913d
)
overread AV_LOG_ERROR -> AV_LOG_DEBUG
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 27 Aug 2006 21:45:26 +0000
(21:45 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 27 Aug 2006 21:45:26 +0000
(21:45 +0000)
Originally committed as revision 6111 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegaudiodec.c
patch
|
blob
|
history
diff --git
a/libavcodec/mpegaudiodec.c
b/libavcodec/mpegaudiodec.c
index
27a622c
..
f3e19d7
100644
(file)
--- a/
libavcodec/mpegaudiodec.c
+++ b/
libavcodec/mpegaudiodec.c
@@
-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);
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;
}
if(pos >= end_pos)
break;