1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

vulkan_ffv1: remove unused define

Leftover debug macro.
This commit is contained in:
Lynne
2025-04-05 05:06:30 +00:00
parent d077e00f3e
commit d7772da728

View File

@ -41,8 +41,6 @@ const FFVulkanDecodeDescriptor ff_vk_dec_ffv1_desc = {
.queue_flags = VK_QUEUE_COMPUTE_BIT,
};
#define HOST_MAP
typedef struct FFv1VulkanDecodePicture {
FFVulkanDecodePicture vp;