Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #237589

Category ffmpeg
Changed by Lynne <devohnoyoudont@lynne.ee>
Changed at Mon 23 Jun 2025 19:30:01
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 85c0364b703f4c5f581da6dd8cd6446769ed3439

Comments

hwcontext_vulkan: move ReBAR check into a new function and use it later
The issue is that vulkan_device_create_internal() is only called for
devices that lavu creates by itself.
For external devices, this was never done.

This also solves some mid-function declaration warnings.

Changed files