[vlc-devel] [PATCH] Luahttp can access equalizer settings
Francois Cartegnie
fcvlcdev at free.fr
Tue Jun 21 01:42:51 CEST 2011
Le lundi 20 juin 2011, akash mehrotra a écrit :
> Fixed and new patch attached..
>+ aout_instance_t *p_aout = input_GetAout( p_input );
>...
>+ vlc_object_release( p_aout );
No check before release ?
>+ <band0><?vlc print(round(vlc.equalizer.equalizerget(0),1)) ?></band0>
>+ <band1><?vlc print(round(vlc.equalizer.equalizerget(1),1)) ?></band1>
No way. Told you on IRC: This is spreadsheet, not XML.
Francois
More information about the vlc-devel
mailing list