projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
636b69c
)
Remove useless pointer shift.
author
Benoit Fouet
<benoit.fouet@purplelabs.com>
Tue, 3 Apr 2007 22:16:21 +0000
(22:16 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 3 Apr 2007 22:16:21 +0000
(22:16 +0000)
patch by Benoit Fouet, benoit.fouet purplelabs com
Originally committed as revision 8621 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/amr.c
patch
|
blob
|
history
diff --git
a/libavcodec/amr.c
b/libavcodec/amr.c
index
4e1e69c
..
18c06c2
100644
(file)
--- a/
libavcodec/amr.c
+++ b/
libavcodec/amr.c
@@
-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)