[vlc-commits] Revert "playlist: mark play-and-exit volatile"

Rémi Denis-Courmont git at videolan.org
Sun Nov 5 09:11:42 CET 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Nov  5 10:09:31 2017 +0200| [46a7f50bf55e5064fdf0ae6b7d6c154be6fc6755] | committer: Rémi Denis-Courmont

Revert "playlist: mark play-and-exit volatile"

This reverts commit 3767a33cf544c898042b9750a07fea0a46abf418.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=46a7f50bf55e5064fdf0ae6b7d6c154be6fc6755
---

 src/libvlc-module.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 8c5ffb7444..e3e43296bd 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -2061,7 +2061,6 @@ vlc_module_begin ()
         change_short('R')
         change_safe()
     add_bool( "play-and-exit", 0, PAE_TEXT, PAE_LONGTEXT, false )
-        change_volatile()
     add_bool( "play-and-stop", 0, PAS_TEXT, PAS_LONGTEXT, false )
         change_safe()
     add_bool( "play-and-pause", 0, PAP_TEXT, PAP_LONGTEXT, true )



More information about the vlc-commits mailing list