hwcontext_vulkan: remove unused struct
This commit is contained in:
		
							parent
							
								
									6757cdb535
								
							
						
					
					
						commit
						81c5d4ea0e
					
				@ -67,19 +67,6 @@
 | 
				
			|||||||
#define CHECK_CU(x) FF_CUDA_CHECK_DL(cuda_cu, cu, x)
 | 
					#define CHECK_CU(x) FF_CUDA_CHECK_DL(cuda_cu, cu, x)
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef struct VulkanQueueCtx {
 | 
					 | 
				
			||||||
    VkFence fence;
 | 
					 | 
				
			||||||
    VkQueue queue;
 | 
					 | 
				
			||||||
    int was_synchronous;
 | 
					 | 
				
			||||||
    int qf;
 | 
					 | 
				
			||||||
    int qidx;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    /* Buffer dependencies */
 | 
					 | 
				
			||||||
    AVBufferRef **buf_deps;
 | 
					 | 
				
			||||||
    int nb_buf_deps;
 | 
					 | 
				
			||||||
    unsigned int buf_deps_alloc_size;
 | 
					 | 
				
			||||||
} VulkanQueueCtx;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
typedef struct VulkanDevicePriv {
 | 
					typedef struct VulkanDevicePriv {
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * The public AVVulkanDeviceContext. See hwcontext_vulkan.h for it.
 | 
					     * The public AVVulkanDeviceContext. See hwcontext_vulkan.h for it.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user