forked from Mirrors/freeswitch
fix unused parameter warning on windows
This commit is contained in:
parent
f3541e00f4
commit
d21b960899
@ -821,6 +821,9 @@ STFU_DECLARE(int32_t) stfu_n_copy_next_frame(stfu_instance_t *jb, uint32_t times
|
|||||||
|
|
||||||
uint32_t target_ts = 0;
|
uint32_t target_ts = 0;
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
seq = seq;
|
||||||
|
#endif
|
||||||
if (!next_frame) return 0;
|
if (!next_frame) return 0;
|
||||||
|
|
||||||
target_ts = timestamp + (distance - 1) * jb->samples_per_packet;
|
target_ts = timestamp + (distance - 1) * jb->samples_per_packet;
|
||||||
|
Loading…
Reference in New Issue
Block a user