mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
[MMIXER]
Amendment to rev. 49167 requested by Caemyr. svn path=/trunk/; revision=49168
This commit is contained in:
parent
53ddbca64c
commit
3b63f433a0
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ MMixerHandlePhysicalConnection(
|
|||
|
||||
/* sanity checks */
|
||||
ASSERT(PinsCount != 0);
|
||||
ASSERT(PinsCount == 1);
|
||||
//ASSERT(PinsCount == 1);
|
||||
|
||||
/* create destination line */
|
||||
Status = MMixerBuildMixerDestinationLine(MixerContext, MixerInfo, Pins[0], bInput);
|
||||
|
|
Loading…
Reference in a new issue