FFMPEG (swscale) - Is it possible to set the conversion coefficients?

383 Views Asked by At

Im using sws_scale function to convert from YUVA420P to RGBA in my c++ program. It seems that alpha passed "straight" and does not effect the RGB channels but I do want to pre-multiply alpha.

Is it possible with swscale to set the conversion matrix so I will be able to implement the pre-multiplication?

0

There are 0 best solutions below