aboutsummaryrefslogtreecommitdiff
path: root/src/VideoPlayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VideoPlayer.cpp')
-rw-r--r--src/VideoPlayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp
index 41b6d0e..dbfcaac 100644
--- a/src/VideoPlayer.cpp
+++ b/src/VideoPlayer.cpp
@@ -54,11 +54,11 @@ namespace QuickMedia {
onPlaybackEndedCallback(nullptr),
mpv(nullptr),
mpvGl(nullptr),
- context(std::make_unique<sf::Context>(sf::ContextSettings(), width, height)),
+ context(nullptr),
textureBuffer(nullptr),
desired_size(width, height)
{
- ContextScope context_scope(context.get());
+ //ContextScope context_scope(context.get());
texture.setSmooth(true);
// mpv_create requires LC_NUMERIC to be set to "C" for some reason, see mpv_create documentation