mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Silense one warning:
"passing argument 1 of ‘av_memcpy_backptr’ from incompatible pointer type" Patch by Eli Friedman, eli D friedman A gmail Originally committed as revision 23895 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
99267eb702
commit
25fe863062
@ -1342,7 +1342,7 @@ static void synth_block_fcb_acb(WMAVoiceContext *s, GetBitContext *gb,
|
|||||||
wmavoice_ipol2_coeffs, 4,
|
wmavoice_ipol2_coeffs, 4,
|
||||||
idx, 8, size);
|
idx, 8, size);
|
||||||
} else
|
} else
|
||||||
av_memcpy_backptr(excitation, sizeof(float) * block_pitch,
|
av_memcpy_backptr((uint8_t *) excitation, sizeof(float) * block_pitch,
|
||||||
sizeof(float) * size);
|
sizeof(float) * size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user