From: Benoit Fouet Date: Tue, 3 Apr 2007 22:13:16 +0000 (+0000) Subject: Remove commented-out while loop. X-Git-Tag: v0.5~9424 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=636b69c5a4445a28d509e803ff528c753047ef9d;p=platform%2Fupstream%2Flibav.git 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 --- diff --git a/libavcodec/amr.c b/libavcodec/amr.c index 104df3d..4e1e69c 100644 --- a/libavcodec/amr.c +++ b/libavcodec/amr.c @@ -260,8 +260,6 @@ static int amr_nb_decode_frame(AVCodecContext * avctx, synth=data; -// while(offset> 2) & 0x01; @@ -326,7 +324,6 @@ static int amr_nb_decode_frame(AVCodecContext * avctx, } s->reset_flag_old = s->reset_flag; - } return offset; }