Adapting AMD VAAPI-Vulkan pipeline to FFmpeg 7.0 (#12577)

This commit is contained in:
Nyanmisaka
2024-09-04 21:36:49 +08:00
committed by GitHub
parent e68755a6c1
commit 95f91e0263
3 changed files with 52 additions and 11 deletions

View File

@@ -66,6 +66,12 @@ namespace MediaBrowser.Controller.MediaEncoding
/// <summary>
/// Gets a value indicating whether the configured Vaapi device supports vulkan drm format modifier.
/// </summary>
/// <value><c>true</c> if the Vaapi device supports vulkan drm format modifier, <c>false</c> otherwise.</value>
bool IsVaapiDeviceSupportVulkanDrmModifier { get; }
/// <summary>
/// Gets a value indicating whether the configured Vaapi device supports vulkan drm interop via dma-buf.
/// </summary>
/// <value><c>true</c> if the Vaapi device supports vulkan drm interop, <c>false</c> otherwise.</value>
bool IsVaapiDeviceSupportVulkanDrmInterop { get; }