Files
UnrealEngine/Engine/Plugins/Media/D3D12VideoDecodersElectra/Source/Private/Windows/WindowsPlatformD3D12VideoDecodeCapabilities.cpp
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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;
}
}