Skip to content

Commit

Permalink
Revert "HACK: mfplat: Enable new media source by default for more gam…
Browse files Browse the repository at this point in the history
…es."

This reverts commit b11119b.
  • Loading branch information
ivyl committed May 3, 2024
1 parent 8079975 commit 4d019b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlls/mfplat/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6304,7 +6304,6 @@ static HRESULT resolver_create_gstreamer_handler(IMFByteStreamHandler **handler)
if (!strcmp(sgi, "399810") /* Call of Cthulhu */) env = "1";
if (!strcmp(sgi, "606880") /* Greedfall */) env = "1";
if (!strcmp(sgi, "692850") /* Bloodstained */) env = "1";
if (!strcmp(sgi, "934700") /* Dead Island 2 */) env = "1";
}
if (env && atoi(env)) return CoCreateInstance(&CLSID_GStreamerByteStreamHandler2, NULL, CLSCTX_INPROC_SERVER, &IID_IMFByteStreamHandler, (void **)handler);

Expand Down

0 comments on commit 4d019b7

Please sign in to comment.