Mercurial > libavcodec.hg
changeset 12021:18c23a632001 libavcodec
Silense one warning:
"passing argument 1 of ¡Æav_memcpy_backptr¡Ç from incompatible pointer type"
Patch by Eli Friedman, eli D friedman A gmail
author | cehoyos |
---|---|
date | Wed, 30 Jun 2010 01:57:05 +0000 |
parents | f0a87ee1f6a9 |
children | bf2a317342a2 |
files | wmavoice.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wmavoice.c Wed Jun 30 01:47:42 2010 +0000 +++ b/wmavoice.c Wed Jun 30 01:57:05 2010 +0000 @@ -1342,7 +1342,7 @@ wmavoice_ipol2_coeffs, 4, idx, 8, size); } else - av_memcpy_backptr(excitation, sizeof(float) * block_pitch, + av_memcpy_backptr((uint8_t *) excitation, sizeof(float) * block_pitch, sizeof(float) * size); }