mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-20 08:03:45 +08:00
Allow to override ffmpeg thread count for debugging purposes
This commit is contained in:
@@ -34,6 +34,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include "dialogs/dialogs_entry.h"
|
||||
#include "dialogs/dialogs_widget.h"
|
||||
#include "dialogs/ui/dialogs_layout.h"
|
||||
#include "ffmpeg/ffmpeg_utility.h"
|
||||
#include "history/history_item_components.h"
|
||||
#include "history/view/controls/compose_controls_common.h"
|
||||
#include "history/view/history_view_message.h"
|
||||
@@ -311,6 +312,7 @@ void SetupExperimental(
|
||||
addToggle(HistoryView::kOptionUnlimitedMessageWidth);
|
||||
addToggle(HistoryView::Controls::kOptionMacCmdReplyImmediately);
|
||||
addToggle(Ui::kOptionQScroller);
|
||||
addToggle(FFmpeg::kOptionFFmpegMultiThread);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user