You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/extractplanes: add support for 12-bit YUVA formats
At present, 16-bit auto-scaled format results in incorrect alpha extraction.
This commit is contained in:
		| @@ -99,6 +99,8 @@ AVFILTER_DEFINE_CLASS(extractplanes); | ||||
|         AV_PIX_FMT_YUV422P12##suf,                             \ | ||||
|         AV_PIX_FMT_YUV444P12##suf,                             \ | ||||
|         AV_PIX_FMT_YUV440P12##suf,                             \ | ||||
|         AV_PIX_FMT_YUVA422P12##suf,                            \ | ||||
|         AV_PIX_FMT_YUVA444P12##suf,                            \ | ||||
|         AV_PIX_FMT_GBRP10##suf, AV_PIX_FMT_GBRAP10##suf,       \ | ||||
|         AV_PIX_FMT_GBRP12##suf, AV_PIX_FMT_GBRAP12##suf,       \ | ||||
|         AV_PIX_FMT_YUV420P9##suf,                              \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user