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

Use threaded decoding in ffmpeg streaming.

This commit is contained in:
John Preston
2020-07-27 18:19:26 +04:00
parent e293a26029
commit 361b99b0c9
5 changed files with 11 additions and 6 deletions

View File

@@ -83,6 +83,14 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#define __STDC_FORMAT_MACROS
#endif // Q_OS_UNIX
// Remove 'small' macro definition.
#ifdef Q_OS_WIN
#include <rpc.h>
#ifdef small
#undef small
#endif // small
#endif // Q_OS_WIN
#include <array>
#include <vector>
#include <set>