You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avformat/nut: add bayer colorspaces
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							6236debe1a
						
					
				
				
					commit
					55479f42ce
				
			| @@ -160,6 +160,19 @@ const AVCodecTag ff_nut_video_tags[] = { | ||||
|     { AV_CODEC_ID_RAWVIDEO,         MKTAG('X', 'Y', 'Z' , 36 ) }, | ||||
|     { AV_CODEC_ID_RAWVIDEO,         MKTAG(36 , 'Z' , 'Y', 'X') }, | ||||
|  | ||||
|     { AV_CODEC_ID_RAWVIDEO, MKTAG(0xBA, 'B', 'G', 8   ) }, | ||||
|     { AV_CODEC_ID_RAWVIDEO, MKTAG(0xBA, 'B', 'G', 16  ) }, | ||||
|     { AV_CODEC_ID_RAWVIDEO, MKTAG(16  , 'G', 'B', 0xBA) }, | ||||
|     { AV_CODEC_ID_RAWVIDEO, MKTAG(0xBA, 'R', 'G', 8   ) }, | ||||
|     { AV_CODEC_ID_RAWVIDEO, MKTAG(0xBA, 'R', 'G', 16  ) }, | ||||
|     { AV_CODEC_ID_RAWVIDEO, MKTAG(16  , 'G', 'R', 0xBA) }, | ||||
|     { AV_CODEC_ID_RAWVIDEO, MKTAG(0xBA, 'G', 'B', 8   ) }, | ||||
|     { AV_CODEC_ID_RAWVIDEO, MKTAG(0xBA, 'G', 'B', 16  ) }, | ||||
|     { AV_CODEC_ID_RAWVIDEO, MKTAG(16,   'B', 'G', 0xBA) }, | ||||
|     { AV_CODEC_ID_RAWVIDEO, MKTAG(0xBA, 'G', 'R', 8   ) }, | ||||
|     { AV_CODEC_ID_RAWVIDEO, MKTAG(0xBA, 'G', 'R', 16  ) }, | ||||
|     { AV_CODEC_ID_RAWVIDEO, MKTAG(16,   'R', 'G', 0xBA) }, | ||||
|  | ||||
|     { AV_CODEC_ID_NONE,             0 } | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user