]> git.sesse.net Git - vlc/commit
auhal: limit scope of mutex
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Wed, 21 Aug 2013 17:42:41 +0000 (19:42 +0200)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Wed, 21 Aug 2013 17:44:38 +0000 (19:44 +0200)
commitb2823701b6123b5cb1f862dec7f5a62a9d77d17f
treee4496f300896f9342e2e74580d2afeec193f5690
parentf0d02027f135815810ea27e7ad494101b240b49d
auhal: limit scope of mutex

This should suffice as the variable is only modified on this thread.
Avoids deadlock in refs #9141
modules/audio_output/auhal.c