mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
Remove commented-out while loop.
patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8620 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3af6d5cf2f
commit
636b69c5a4
@ -260,8 +260,6 @@ static int amr_nb_decode_frame(AVCodecContext * avctx,
|
||||
|
||||
synth=data;
|
||||
|
||||
// while(offset<buf_size)
|
||||
{
|
||||
toc=amrData[offset];
|
||||
/* read rest of the frame based on ToC byte */
|
||||
q = (toc >> 2) & 0x01;
|
||||
@ -326,7 +324,6 @@ static int amr_nb_decode_frame(AVCodecContext * avctx,
|
||||
}
|
||||
s->reset_flag_old = s->reset_flag;
|
||||
|
||||
}
|
||||
return offset;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user