comparison wmavoice.c @ 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 5c1363c233b8
children fdafbcef52f5
comparison
equal deleted inserted replaced
12020:f0a87ee1f6a9 12021:18c23a632001
1340 if (idx) { 1340 if (idx) {
1341 ff_acelp_interpolatef(excitation, &excitation[-block_pitch], 1341 ff_acelp_interpolatef(excitation, &excitation[-block_pitch],
1342 wmavoice_ipol2_coeffs, 4, 1342 wmavoice_ipol2_coeffs, 4,
1343 idx, 8, size); 1343 idx, 8, size);
1344 } else 1344 } else
1345 av_memcpy_backptr(excitation, sizeof(float) * block_pitch, 1345 av_memcpy_backptr((uint8_t *) excitation, sizeof(float) * block_pitch,
1346 sizeof(float) * size); 1346 sizeof(float) * size);
1347 } 1347 }
1348 1348
1349 /* Interpolate ACB/FCB and use as excitation signal */ 1349 /* Interpolate ACB/FCB and use as excitation signal */
1350 ff_weighted_vector_sumf(excitation, excitation, pulses, 1350 ff_weighted_vector_sumf(excitation, excitation, pulses,