mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	spa: aec: null: remove unnecessary cast
This commit is contained in:
		
							parent
							
								
									e88df3a324
								
							
						
					
					
						commit
						c2d357b5af
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -116,7 +116,7 @@ impl_init(const struct spa_handle_factory *factory,
 | 
				
			||||||
	impl->aec.info = NULL;
 | 
						impl->aec.info = NULL;
 | 
				
			||||||
	impl->aec.latency = NULL;
 | 
						impl->aec.latency = NULL;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	impl->log = (struct spa_log*)spa_support_find(support, n_support, SPA_TYPE_INTERFACE_Log);
 | 
						impl->log = spa_support_find(support, n_support, SPA_TYPE_INTERFACE_Log);
 | 
				
			||||||
	spa_log_topic_init(impl->log, &log_topic);
 | 
						spa_log_topic_init(impl->log, &log_topic);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	spa_hook_list_init(&impl->hooks_list);
 | 
						spa_hook_list_init(&impl->hooks_list);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue