Commit a3752d3f authored by Jean-Paul Saman's avatar Jean-Paul Saman

codec/avcodec/vaapi-x11.c: signal use of invalid pictures

The pictures used by vaapi-x11 vout are not valid vlc pictures, but merely
a placeholder for VASurfaceID.
parent 5f58abd9
......@@ -224,7 +224,7 @@ int OpenVaapiX11 (vlc_object_t *obj)
/* */
vout_display_info_t info = vd->info;
info.has_pictures_invalid = false;
info.has_pictures_invalid = true;
info.has_event_thread = false;
/* Setup vout_display_t once everything is fine */
......
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