]> git.sesse.net Git - ffmpeg/commit
hwcontext_vulkan: initialize the frames context when deriving
authorLynne <dev@lynne.ee>
Mon, 25 May 2020 19:56:00 +0000 (20:56 +0100)
committerLynne <dev@lynne.ee>
Tue, 26 May 2020 09:52:10 +0000 (10:52 +0100)
commitb6d4bedbb1bfd7a04b0b84fa59769ec3e5ca149b
tree3a040904542021f3fa629f1ca018e63e27c5ab6c
parent6bb718aabd648d9e2cb166364f9efae2ac245ecd
hwcontext_vulkan: initialize the frames context when deriving

Otherwise, the frames context is considered to be ready to handle
mapping, and it doesn't get initialized the normal way through
.frames_init.
libavutil/hwcontext_vulkan.c