]> git.sesse.net Git - ffmpeg/commit
lavfi/vulkan: allow calling glslang_uninit without a prior init
authorLynne <dev@lynne.ee>
Sun, 22 Nov 2020 22:08:33 +0000 (23:08 +0100)
committerLynne <dev@lynne.ee>
Wed, 25 Nov 2020 22:06:34 +0000 (23:06 +0100)
commitae8fc9922eb51ce8628f3e3333d1fe817518ca76
tree1b7d84ff5ca72793851346739845e16783148ef4
parent993d8d94296e72cf5a1185fac573ba3c6ce3113d
lavfi/vulkan: allow calling glslang_uninit without a prior init

Allows us to uninit cleanly.
This assert was also somewhat pointless as we assert every other
function, so another assert would be triggered long before this
one is.
libavfilter/glslang.cpp