player: make the lock optionally reentrant
commitcff059cc20213fc6ce892202ab82f229e857c457
authorRomain Vimont <rom1v@videolabs.io>
Mon, 13 May 2019 12:39:35 +0000 (13 14:39 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 22 May 2019 20:03:46 +0000 (22 22:03 +0200)
treef7fd618012b35d56b7f9c3f5e4fcb91db6cdb587
parentddee82e3b992f5e2a3f9c860db21988113ca379b
player: make the lock optionally reentrant

This will allow to implement the old libvlc API using the new player.

<https://mailman.videolan.org/pipermail/vlc-devel/2019-May/124461.html>

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_player.h
src/input/player.c
src/playlist/player.c
src/playlist/playlist.h
test/src/input/player.c