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?