Set encoder feature flags to disable split frame encode on GFE 3.10

This commit is contained in:
Cameron Gutman 2017-11-10 00:09:15 -08:00
parent a135ceaa9a
commit 314a5937f4

View File

@ -293,6 +293,10 @@ static PSDP_OPTION getAttributesList(char*urlSafeAddr) {
err |= addAttributeString(&optionHead, "x-nv-video[0].dynamicRangeMode", "0");
}
}
// This disables split frame encode on GFE 3.10 which seems to produce broken
// HEVC output at 1080p60 (full of artifacts even on the SHIELD itself, go figure)
err |= addAttributeString(&optionHead, "x-nv-video[0].encoderFeatureSetting", "0");
}
else {
unsigned char slicesPerFrame;