mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Rename to Support
This commit is contained in:
		
							parent
							
								
									6e6b5588f4
								
							
						
					
					
						commit
						a68e5d5124
					
				
					 14 changed files with 41 additions and 40 deletions
				
			
		| 
						 | 
				
			
			@ -32,8 +32,8 @@ static SpaResult
 | 
			
		|||
ffmpeg_dec_init (const SpaHandleFactory  *factory,
 | 
			
		||||
                 SpaHandle               *handle,
 | 
			
		||||
                 const SpaDict           *info,
 | 
			
		||||
                 const SpaInterface     **platform,
 | 
			
		||||
                 unsigned int             n_platform)
 | 
			
		||||
                 const SpaSupport       **support,
 | 
			
		||||
                 unsigned int             n_support)
 | 
			
		||||
{
 | 
			
		||||
  if (factory == NULL || handle == NULL)
 | 
			
		||||
    return SPA_RESULT_INVALID_ARGUMENTS;
 | 
			
		||||
| 
						 | 
				
			
			@ -45,8 +45,8 @@ static SpaResult
 | 
			
		|||
ffmpeg_enc_init (const SpaHandleFactory  *factory,
 | 
			
		||||
                 SpaHandle               *handle,
 | 
			
		||||
                 const SpaDict           *info,
 | 
			
		||||
                 const SpaInterface     **platform,
 | 
			
		||||
                 unsigned int             n_platform)
 | 
			
		||||
                 const SpaSupport       **support,
 | 
			
		||||
                 unsigned int             n_support)
 | 
			
		||||
{
 | 
			
		||||
  if (factory == NULL || handle == NULL)
 | 
			
		||||
    return SPA_RESULT_INVALID_ARGUMENTS;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue