mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-07-12 18:03:52 +00:00
Fix unused parameter warning on Windows and Linux
This commit is contained in:
@@ -687,6 +687,8 @@ void PlVkRenderer::unmapAvFrameFromPlacebo(const AVFrame *frame, pl_frame* mappe
|
|||||||
m_MetalTextureFactory->unmapVideoToolboxFromPlacebo(mappedFrame);
|
m_MetalTextureFactory->unmapVideoToolboxFromPlacebo(mappedFrame);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
#else
|
||||||
|
Q_UNUSED(frame)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
pl_unmap_avframe(m_Vulkan->gpu, mappedFrame);
|
pl_unmap_avframe(m_Vulkan->gpu, mappedFrame);
|
||||||
|
|||||||
Reference in New Issue
Block a user