mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
libva-driver-intel: drop patch that was used for vpp
This commit is contained in:
parent
6d6dd01d67
commit
8775c80495
@ -1,16 +0,0 @@
|
|||||||
diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c
|
|
||||||
index 31dafa2..a58eb7b 100755
|
|
||||||
--- a/src/i965_drv_video.c
|
|
||||||
+++ b/src/i965_drv_video.c
|
|
||||||
@@ -2358,7 +2358,11 @@ i965_QuerySurfaceStatus(VADriverContextP ctx,
|
|
||||||
*status = VASurfaceReady;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
+#ifdef HAVE_VA_SURFACE_STATUS_EMPTY
|
|
||||||
+ *status = VASurfaceReady | VASurfaceEmpty;
|
|
||||||
+#else
|
|
||||||
*status = VASurfaceReady;
|
|
||||||
+#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
return VA_STATUS_SUCCESS;
|
|
Loading…
x
Reference in New Issue
Block a user