mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-26 20:48:21 +00:00
remove extraneous ASS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5466 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
fdf9a8f052
commit
0d93e7ed5f
@ -129,7 +129,6 @@ long WriteAudioStream(PABLIO_Stream * aStream, void *data, long numFrames, switc
|
|||||||
if (numBytes > 0) {
|
if (numBytes > 0) {
|
||||||
if (switch_core_timer_check(timer) == SWITCH_STATUS_SUCCESS) {
|
if (switch_core_timer_check(timer) == SWITCH_STATUS_SUCCESS) {
|
||||||
PaUtil_FlushRingBuffer(&aStream->outFIFO);
|
PaUtil_FlushRingBuffer(&aStream->outFIFO);
|
||||||
printf("ASS\n");
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
switch_yield(1000);
|
switch_yield(1000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user