Commit 5f58abd9 authored by Jean-Paul Saman's avatar Jean-Paul Saman

codec/avcodec/vaapi-x11.c: sys->pool = NULL;

parent 09622ff6
......@@ -205,6 +205,7 @@ int OpenVaapiX11 (vlc_object_t *obj)
vd->sys = sys;
sys->conn = NULL;
sys->pool = NULL;
sys->visible = false;
sys->embed = MakeWindow(vd);
if (unlikely(sys->embed == NULL))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment