From 95f91e02639719455ac635d12b8623eeeef468c9 Mon Sep 17 00:00:00 2001 From: Nyanmisaka Date: Wed, 4 Sep 2024 21:36:49 +0800 Subject: Adapting AMD VAAPI-Vulkan pipeline to FFmpeg 7.0 (#12577) --- MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs') diff --git a/MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs b/MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs index e36106e52..c767b4a51 100644 --- a/MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs +++ b/MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs @@ -66,6 +66,12 @@ namespace MediaBrowser.Controller.MediaEncoding /// /// Gets a value indicating whether the configured Vaapi device supports vulkan drm format modifier. /// + /// true if the Vaapi device supports vulkan drm format modifier, false otherwise. + bool IsVaapiDeviceSupportVulkanDrmModifier { get; } + + /// + /// Gets a value indicating whether the configured Vaapi device supports vulkan drm interop via dma-buf. + /// /// true if the Vaapi device supports vulkan drm interop, false otherwise. bool IsVaapiDeviceSupportVulkanDrmInterop { get; } -- cgit v1.2.3