| 2823 | } |
| 2824 | |
| 2825 | void ff_vk_uninit(FFVulkanContext *s) |
| 2826 | { |
| 2827 | av_freep(&s->query_props); |
| 2828 | av_freep(&s->qf_props); |
| 2829 | av_freep(&s->video_props); |
| 2830 | av_freep(&s->coop_mat_props); |
| 2831 | av_freep(&s->host_image_copy_layouts); |
| 2832 | |
| 2833 | av_buffer_unref(&s->device_ref); |
| 2834 | av_buffer_unref(&s->frames_ref); |
| 2835 | } |
| 2836 | |
| 2837 | int ff_vk_init(FFVulkanContext *s, void *log_parent, |
| 2838 | AVBufferRef *device_ref, AVBufferRef *frames_ref) |