removed some debug code
This commit is contained in:
parent
b95889d1b0
commit
022448ae92
@ -114,8 +114,6 @@ String DeviceSource::ChooseShader()
|
|||||||
if(bUseChromaKey)
|
if(bUseChromaKey)
|
||||||
strShader << TEXT("ChromaKey_");
|
strShader << TEXT("ChromaKey_");
|
||||||
|
|
||||||
colorType = DeviceOutputType_HDYC;
|
|
||||||
|
|
||||||
if(colorType == DeviceOutputType_I420)
|
if(colorType == DeviceOutputType_I420)
|
||||||
strShader << TEXT("YUVToRGB.pShader");
|
strShader << TEXT("YUVToRGB.pShader");
|
||||||
else if(colorType == DeviceOutputType_YV12)
|
else if(colorType == DeviceOutputType_YV12)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user