From 2a78b5b047a753874ca1e499f79d5f9fbb1699d5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 4 Aug 2019 15:53:47 +0200 Subject: Move video player to main thread (it's still processed in another thread), fix crash, fix scaling --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 2dc50ee..6389370 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,8 +1,6 @@ #include "../include/QuickMedia.hpp" -#include int main() { - XInitThreads(); QuickMedia::Program program; program.run(); return 0; -- cgit v1.2.3