You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avutil/hwcontext_vulkan: fix typo in undef
This commit is contained in:
@@ -1054,7 +1054,7 @@ static int setup_queue_families(AVHWDeviceContext *ctx, VkDeviceCreateInfo *cd)
|
|||||||
SETUP_QUEUE(enc_index)
|
SETUP_QUEUE(enc_index)
|
||||||
SETUP_QUEUE(dec_index)
|
SETUP_QUEUE(dec_index)
|
||||||
|
|
||||||
#undef ADD_QUEUE
|
#undef SETUP_QUEUE
|
||||||
|
|
||||||
av_free(qf);
|
av_free(qf);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user