[vlc-commits] [Git][videolan/vlc][master] libvlc: allow keeping the --color/--no-color parameter in the config

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Aug 20 09:59:36 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
ad2784df by Steve Lhomme at 2022-08-20T09:42:04+00:00
libvlc: allow keeping the --color/--no-color parameter in the config

If a user never wants colors (s)he should not have to write --no-color at each
VLC call.

- - - - -


1 changed file:

- src/libvlc-module.c


Changes:

=====================================
src/libvlc-module.c
=====================================
@@ -2200,7 +2200,6 @@ vlc_module_begin ()
 #endif
 
     add_bool( "color", true, COLOR_TEXT, COLOR_LONGTEXT )
-        change_volatile ()
     add_obsolete_bool( "advanced" ) /* since 4.0.0 */
     add_bool( "interact", true, INTERACTION_TEXT,
               INTERACTION_LONGTEXT )



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ad2784dfe7187ef3dad4c5f6d383bf36245803a7

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ad2784dfe7187ef3dad4c5f6d383bf36245803a7
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list