From 129962d1263ac4f269e7a6e3df892ec3f1b3e0e8 Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Sun, 20 Mar 2016 21:07:56 +0100 Subject: [PATCH] Remove unneeded check --- libgamestream/client.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libgamestream/client.c b/libgamestream/client.c index c80f88e..37f3445 100644 --- a/libgamestream/client.c +++ b/libgamestream/client.c @@ -485,11 +485,6 @@ int gs_start_app(PSERVER_DATA server, STREAM_CONFIGURATION *config, int appId, b if (data == NULL) return GS_OUT_OF_MEMORY; - //Check support for H.265 video - //TODO: Find a better way to detect this - if (!(config->supportsHevc && server->maxLumaPixelsHEVC > 0 && server->gpuType != NULL && strstr(server->gpuType, "GTX 9"))) - config->supportsHevc = VIDEO_FORMAT_H264; - uuid_generate_random(uuid); uuid_unparse(uuid, uuid_str); if (server->currentGame == 0) {