Actually use selectable color space matrix in QSV encoder

master
palana 2013-09-07 02:49:53 +02:00
parent 657171986d
commit a7823ffec4
1 changed files with 2 additions and 0 deletions

View File

@ -359,6 +359,8 @@ public:
vsi.VideoFullRange = colorDesc.fullRange;
vsi.VideoFormat = 5; //unspecified
ext_params << (mfxExtBuffer*)&vsi;
params.ExtParam = ext_params.Array();
params.NumExtParam = ext_params.Num();