You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avutil/hwcontext_dxva2: add ARGB format
Required for uploading frames with alpha for qsv_overlay (v2: remove tab indent) Signed-off-by: softworkz <softworkz@hotmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
		
				
					committed by
					
						 Marton Balint
						Marton Balint
					
				
			
			
				
	
			
			
			
						parent
						
							b664df3ff4
						
					
				
				
					commit
					fba4d6f72b
				
			| @@ -83,6 +83,7 @@ static const struct { | ||||
|     { MKTAG('N', 'V', '1', '2'), AV_PIX_FMT_NV12 }, | ||||
|     { MKTAG('P', '0', '1', '0'), AV_PIX_FMT_P010 }, | ||||
|     { D3DFMT_P8,                 AV_PIX_FMT_PAL8 }, | ||||
|     { D3DFMT_A8R8G8B8,           AV_PIX_FMT_BGRA }, | ||||
| }; | ||||
|  | ||||
| DEFINE_GUID(video_decoder_service,   0xfc51a551, 0xd5e7, 0x11d9, 0xaf, 0x55, 0x00, 0x05, 0x4e, 0x43, 0xff, 0x02); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user