[vlc-devel] [PATCH 10/12] player: Remove trailing whitespace
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Wed Jul 31 11:20:39 CEST 2019
---
src/input/player.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/input/player.c b/src/input/player.c
index 411456dfd8..451f16ee4f 100644
--- a/src/input/player.c
+++ b/src/input/player.c
@@ -804,7 +804,7 @@ vlc_player_PrepareNextMedia(vlc_player_t *player)
{
vlc_player_assert_locked(player);
- if (!player->media_provider
+ if (!player->media_provider
|| player->media_stopped_action != VLC_PLAYER_MEDIA_STOPPED_CONTINUE
|| player->next_media_requested)
return;
--
2.20.1
More information about the vlc-devel
mailing list