Browse Source

Remove useless pointer shift.

patch by Benoit Fouet, benoit.fouet purplelabs com

Originally committed as revision 8621 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benoit Fouet Diego Biurrun 19 years ago
parent
commit
8896cdd379
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/amr.c

+ 0
- 1
libavcodec/amr.c View File

@@ -309,7 +309,6 @@ static int amr_nb_decode_frame(AVCodecContext * avctx,

//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)


Loading…
Cancel
Save