Files
ffmpeg/libavcodec/vulkan
Lynne d42cd604d0 vulkan_ffv1: always keep the decoder's fltmap descriptor valid
The setup shader statically uses the fltmap binding, but the decoder
only bound a buffer to it for float formats, leaving a dangling
descriptor on everything else, with the write reachable by any
bitstream signalling remap.

Gate remap on a new push-constant flag, so that streams signalling it
without a fltmap buffer error out, and point the descriptor at the
slice feedback buffer when no fltmap exists; the gate guarantees it is
never written through this binding.
2026-08-02 22:11:27 +09:00
..