summaryrefslogtreecommitdiffstats
path: root/video/out/gl_hwdec_vaglx.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_hwdec_vaglx.c')
-rw-r--r--video/out/gl_hwdec_vaglx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/video/out/gl_hwdec_vaglx.c b/video/out/gl_hwdec_vaglx.c
index a8b3a3f8ad..3d7af74d19 100644
--- a/video/out/gl_hwdec_vaglx.c
+++ b/video/out/gl_hwdec_vaglx.c
@@ -24,9 +24,8 @@
#include <va/va_glx.h>
#include "x11_common.h"
-#include "gl_common.h"
+#include "gl_hwdec.h"
#include "video/vaapi.h"
-#include "video/hwdec.h"
struct priv {
struct mp_log *log;
@@ -58,6 +57,8 @@ static void destroy(struct gl_hwdec *hw)
struct priv *p = hw->priv;
destroy_texture(hw);
va_destroy(p->ctx);
+
+ hw->info->vaapi_ctx = NULL;
}
static int create(struct gl_hwdec *hw)