[vlc-commits] [Git][videolan/vlc][master] media_player: add missing "equalizer-preset"

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Mar 2 11:58:39 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
de4b18eb by Steve Lhomme at 2023-03-02T11:41:16+00:00
media_player: add missing "equalizer-preset"

The core loads it as an inherited value, like "equalizer-bands" but it's not
defined anywhere.

- - - - -


1 changed file:

- lib/media_player.c


Changes:

=====================================
lib/media_player.c
=====================================
@@ -736,6 +736,7 @@ libvlc_media_player_new( libvlc_instance_t *instance )
     var_Create (mp, "equalizer-preamp", VLC_VAR_FLOAT);
     var_Create (mp, "equalizer-vlcfreqs", VLC_VAR_BOOL);
     var_Create (mp, "equalizer-bands", VLC_VAR_STRING);
+    var_Create (mp, "equalizer-preset", VLC_VAR_STRING);
 
     /* variables for signalling creation of new files */
     var_Create(mp, "record-file", VLC_VAR_STRING);



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/de4b18ebf47fab705853c330fe51138ceed1ffa1
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