amrwb: remove duplicate arguments from extrapolate_isf().
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 1 Mar 2012 23:44:25 +0000 (15:44 -0800)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 2 Mar 2012 20:50:00 +0000 (12:50 -0800)
commit9d87374ec0f382c8394ad511243db6980afa42af
tree8e46f1fa78fcf0d73451e9ff7e527cb9012cf281
parent154b8bb80029e71d562e8936164266300dd35a0e
amrwb: remove duplicate arguments from extrapolate_isf().

Prevents warnings because the dst and src overlap (are the same) in the
memcpy() inside the function.

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
libavcodec/amrwbdec.c