add exdrv_handle for the handle of the shared library for the external DRM driver

This commit is contained in:
Vincent Wei
2019-11-20 10:35:04 +08:00
parent de64d2ac96
commit db0956431d
+1
View File
@@ -63,6 +63,7 @@ typedef struct GAL_PrivateVideoData {
char dev_name[LEN_DEVICE_NAME + 1];
int dev_fd;
void* exdrv_handle;
DriDriverOps* driver_ops;
DriDriver* driver;