[PATCH 4/4] mf/topoloader: Unstub IMFTopologyLoader::Load.

Derek Lesho dlesho at codeweavers.com
Tue Nov 24 15:29:37 CST 2020


Signed-off-by: Derek Lesho <dlesho at codeweavers.com>
---
 dlls/mf/topology.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dlls/mf/topology.c b/dlls/mf/topology.c
index 4756a30895b..99f3c12f190 100644
--- a/dlls/mf/topology.c
+++ b/dlls/mf/topology.c
@@ -2430,11 +2430,9 @@ static HRESULT WINAPI topology_loader_Load(IMFTopoLoader *iface, IMFTopology *in
             break;
     }
 
-    /* For now return original topology. */
-
     *ret_topology = output_topology;
 
-    return IMFTopology_CloneFrom(output_topology, input_topology);
+    return hr;
 }
 
 static const IMFTopoLoaderVtbl topologyloadervtbl =
-- 
2.29.2




More information about the wine-devel mailing list