]> git.sesse.net Git - ffmpeg/commit
hwcontext_vulkan: correctly access the p->extensions bitmask
authorLynne <dev@lynne.ee>
Tue, 24 Nov 2020 13:05:22 +0000 (14:05 +0100)
committerLynne <dev@lynne.ee>
Wed, 25 Nov 2020 22:06:36 +0000 (23:06 +0100)
commitff29ca2f1f835cb98e4f091a79956f0bbf109863
treef1902eb1e058a42bc4e6a58cc56bdb87f752f1a8
parentb83e0560f71ea3a62122b8a6dc961afff7108dca
hwcontext_vulkan: correctly access the p->extensions bitmask

Its a 64-bit bitfield being put directly into an int.
libavutil/hwcontext_vulkan.c