2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Add more checks in streaming.

This commit is contained in:
John Preston
2019-03-13 15:11:54 +04:00
parent 5ec37e9112
commit 9785ff4be6
3 changed files with 42 additions and 32 deletions

View File

@@ -268,7 +268,7 @@ bool Player::fileReady(Stream &&video, Stream &&audio) {
error(_video));
} else if (video.index >= 0) {
LOG(("Streaming Error: No codec for video stream %1, mode %2."
).arg(audio.index
).arg(video.index
).arg(int(mode)));
return false;
}