mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-09 06:19:23 +00:00
fix
This commit is contained in:
@@ -1600,6 +1600,7 @@ simpleAudioBlock random_id:long random_bytes:string raw_data:string = DecryptedA
|
||||
//LOGD("stream data, pts=%d, len=%d, rem=%d", pts, sdlen, in.Remaining());
|
||||
audioTimestampIn=pts;
|
||||
if(!audioOutStarted && audioOutput){
|
||||
MutexGuard m(audioIOMutex);
|
||||
audioOutput->Start();
|
||||
audioOutStarted=true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user