st/va: Disable vaExportSurfaceHandle()
This is not in libva 2.0, so it shouldn't be enabled yet. Signed-off-by: Mark Thompson <sw@jkqxz.net> Acked-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
@@ -89,7 +89,7 @@ static struct VADriverVTable vtable =
|
||||
&vlVaQuerySurfaceAttributes,
|
||||
&vlVaAcquireBufferHandle,
|
||||
&vlVaReleaseBufferHandle,
|
||||
#if VA_CHECK_VERSION(1, 0, 0)
|
||||
#if 0
|
||||
&vlVaExportSurfaceHandle,
|
||||
#endif
|
||||
};
|
||||
|
||||
@@ -903,7 +903,7 @@ vlVaQueryVideoProcPipelineCaps(VADriverContextP ctx, VAContextID context,
|
||||
return VA_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
#if VA_CHECK_VERSION(1, 0, 0)
|
||||
#if 0
|
||||
VAStatus
|
||||
vlVaExportSurfaceHandle(VADriverContextP ctx,
|
||||
VASurfaceID surface_id,
|
||||
|
||||
Reference in New Issue
Block a user