Commit 3a6305ca authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

winstore: Use the correct variable to fetch IAudioClient instance

parent 5979d796
......@@ -178,7 +178,7 @@ static int Open(vlc_object_t *obj)
aout->sys = sys;
sys->stream = NULL;
sys->client = var_InheritAddress(aout, "mmdevice-audioclient");
sys->client = var_InheritInteger(aout, "winstore-audioclient");
assert(sys->client != NULL);
aout->start = Start;
aout->stop = Stop;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment