mirror of
https://github.com/videolan/vlc.git
synced 2024-12-12 11:13:34 +08:00
media_player: add missing "equalizer-preset"
The core loads it as an inherited value, like "equalizer-bands" but it's not defined anywhere.
This commit is contained in:
parent
705f53e985
commit
de4b18ebf4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user