Files
UnrealEngine/Engine/Plugins/Media/D3D12VideoDecodersElectra/Source/Private/Windows/WindowsPlatformD3D12VideoDecodeCapabilities.cpp
2025-05-18 13:04:45 +08:00

14 lines
382 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "VideoDecoder_D3D12_Common.h"
namespace ElectraVideoDecodersD3D12Video
{
bool FD3D12VideoDecoder::CheckPlatformDecodeCapabilities(D3D12_FEATURE_DATA_VIDEO_DECODE_SUPPORT& InOutDecodeSupport, const ElectraDecodersUtil::FMimeTypeVideoCodecInfo& InCodecInfo, const TMap<FString, FVariant>& InOptions)
{
return true;
}
}