[vlc-commits] playlist: mark play-and-exit volatile (refs #18992)

Rémi Denis-Courmont git at videolan.org
Sat Oct 28 09:34:52 CEST 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 28 10:34:28 2017 +0300| [3767a33cf544c898042b9750a07fea0a46abf418] | committer: Rémi Denis-Courmont

playlist: mark play-and-exit volatile (refs #18992)

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

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

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index e3e43296bd..8c5ffb7444 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -2061,6 +2061,7 @@ 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