diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-08-07 14:13:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-07 14:13:19 +0200 |
| commit | f42abf970a42f6479b14424ffb4781ec0eb579a5 (patch) | |
| tree | 44f4359fd445e2b87612dc9168a8bf1541731f0d /MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs | |
| parent | e5dcaa6ed52a22360958e5d2054f55924f2a1512 (diff) | |
| parent | 44946ded4e167cee8a0bc5f7f1f662e75be6e070 (diff) | |
Merge pull request #10074 from nyanmisaka/farewell-rocm
Diffstat (limited to 'MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs')
| -rw-r--r-- | MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs b/MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs index f830b9f29..4114dea4f 100644 --- a/MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs +++ b/MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs @@ -64,8 +64,8 @@ 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 IsVaapiDeviceSupportVulkanFmtModifier { get; } + /// <value><c>true</c> if the Vaapi device supports vulkan drm interop, <c>false</c> otherwise.</value> + bool IsVaapiDeviceSupportVulkanDrmInterop { get; } /// <summary> /// Whether given encoder codec is supported. |
