[Ffmpeg-cvslog] r8620 - trunk/libavcodec/amr.c
diego
subversion
Wed Apr 4 00:13:16 CEST 2007
Author: diego
Date: Wed Apr 4 00:13:16 2007
New Revision: 8620
Modified:
trunk/libavcodec/amr.c
Log:
Remove commented-out while loop.
patch by Benoit Fouet, benoit.fouet purplelabs com
Modified: trunk/libavcodec/amr.c
==============================================================================
--- trunk/libavcodec/amr.c (original)
+++ trunk/libavcodec/amr.c Wed Apr 4 00:13:16 2007
@@ -260,8 +260,6 @@ static int amr_nb_decode_frame(AVCodecCo
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(AVCodecCo
}
s->reset_flag_old = s->reset_flag;
- }
return offset;
}
More information about the ffmpeg-cvslog
mailing list