mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avutil/hwcontext_vulkan: fix typo in undef
This commit is contained in:
parent
1ab83dd369
commit
910a24eb33
1 changed files with 1 additions and 1 deletions
|
|
@ -1054,7 +1054,7 @@ static int setup_queue_families(AVHWDeviceContext *ctx, VkDeviceCreateInfo *cd)
|
|||
SETUP_QUEUE(enc_index)
|
||||
SETUP_QUEUE(dec_index)
|
||||
|
||||
#undef ADD_QUEUE
|
||||
#undef SETUP_QUEUE
|
||||
|
||||
av_free(qf);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue