Don't fail if SOPS isn't supported at the current resolution

This commit is contained in:
Cameron Gutman 2021-07-25 15:01:46 -05:00
parent 1478d69123
commit 0cfc557c9c

View File

@ -655,8 +655,6 @@ int gs_start_app(PSERVER_DATA server, STREAM_CONFIGURATION *config, int appId, b
if (!correct_mode && !server->unsupported)
return GS_NOT_SUPPORTED_MODE;
else if (sops && !supported_resolution)
return GS_NOT_SUPPORTED_SOPS_RESOLUTION;
if (config->height >= 2160 && !server->supports4K)
return GS_NOT_SUPPORTED_4K;