Mercurial > libavformat.hg
changeset 1312:24f1d6a50117 libavformat
10l typo
author | michael |
---|---|
date | Tue, 12 Sep 2006 14:16:48 +0000 |
parents | d35cbb48d76d |
children | dcefff960aeb |
files | mp3.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3.c Tue Sep 12 00:06:44 2006 +0000 +++ b/mp3.c Tue Sep 12 14:16:48 2006 +0000 @@ -263,7 +263,7 @@ 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)