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
(from parent 1:
dc8cd49
)
10l typo
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 12 Sep 2006 14:16:48 +0000
(14:16 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 12 Sep 2006 14:16:48 +0000
(14:16 +0000)
Originally committed as revision 6240 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mp3.c
patch
|
blob
|
history
diff --git
a/libavformat/mp3.c
b/libavformat/mp3.c
index
1aa0514
..
04ff0b2
100644
(file)
--- a/
libavformat/mp3.c
+++ b/
libavformat/mp3.c
@@
-263,7
+263,7
@@
static int mp3_read_probe(AVProbeData *p)
for(; buf < end; buf++) {
buf2 = buf;
- for(frames = 0; buf < end; frames++) {
+ for(frames = 0; buf
2
< end; frames++) {
header = (buf2[0] << 24) | (buf2[1] << 16) | (buf2[2] << 8) | buf2[3];
fsize = mpa_decode_header(&avctx, header);
if(fsize < 0)