[Ffmpeg-cvslog] r8621 - trunk/libavcodec/amr.c

diego subversion
Wed Apr 4 00:16:21 CEST 2007


Author: diego
Date: Wed Apr  4 00:16:21 2007
New Revision: 8621

Modified:
   trunk/libavcodec/amr.c

Log:
Remove useless pointer shift.
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:16:21 2007
@@ -309,7 +309,6 @@ static int amr_nb_decode_frame(AVCodecCo
 
         //Each AMR-frame results in 160 16-bit samples
         *data_size+=160*2;
-        synth+=160;
 
         /* if not homed: check whether current frame is a homing frame */
         if (s->reset_flag_old == 0)




More information about the ffmpeg-cvslog mailing list