Commit b7db8710 authored by Alfred Agrell's avatar Alfred Agrell Committed by Alexandre Julliard

winegstreamer: Delete duplicate WMT_ON check.

parent 7f826081
......@@ -2462,7 +2462,7 @@ static HRESULT WINAPI reader_SetStreamsSelected(IWMSyncReader2 *iface,
TRACE("Disabling stream %u.\n", stream_numbers[i]);
wg_parser_stream_disable(stream->wg_stream);
}
else if (selections[i] == WMT_ON)
else
{
if (selections[i] != WMT_ON)
FIXME("Ignoring selection %#x for stream %u; treating as enabled.\n",
......
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