mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
10l typo
Originally committed as revision 6240 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dc8cd49f1a
commit
d0702de9af
@ -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; buf2 < end; frames++) {
|
||||
header = (buf2[0] << 24) | (buf2[1] << 16) | (buf2[2] << 8) | buf2[3];
|
||||
fsize = mpa_decode_header(&avctx, header);
|
||||
if(fsize < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user