mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	v4l2: check for format support
This commit is contained in:
		
							parent
							
								
									2410660299
								
							
						
					
					
						commit
						950c2d2675
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -985,7 +985,9 @@ static const struct format_info format_info[] = {
 | 
			
		|||
	MAKE_FORMAT(Y10, video, raw, 2, UNKNOWN),
 | 
			
		||||
	MAKE_FORMAT(Y12, video, raw, 2, UNKNOWN),
 | 
			
		||||
	MAKE_FORMAT(Y16, video, raw, 2, GRAY16_LE),
 | 
			
		||||
#ifdef V4L2_PIX_FMT_Y16_BE
 | 
			
		||||
	MAKE_FORMAT(Y16_BE, video, raw, 2, GRAY16_BE),
 | 
			
		||||
#endif
 | 
			
		||||
	MAKE_FORMAT(Y10BPACK, video, raw, 2, UNKNOWN),
 | 
			
		||||
 | 
			
		||||
	/* Palette formats */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue