[vlc-devel] vlc: svn commit r23497 (dionoea)

Subversion daemon svn at videolan.org
Sat Dec 8 17:53:58 CET 2007


r23497 | dionoea | 2007-12-08 17:53:56 +0100 (Sat, 08 Dec 2007) | 2 lines
Changed paths:
   M /trunk/include/vlc_variables.h
   M /trunk/src/misc/variables.c

Add VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE with a 2nd argument which will be used as the variable name to inherit (for example you want to inherit a variable named "v4l2-hue" into a variable named "hue": vlc_value_t val; val.psz_string = strdup( "v4l2-hue" ); var_Change( p_demux, "hue", VLC_VAR_INHERITVALUE, NULL, &val ); free( val.psz_string ); )

 > http://trac.videolan.org/vlc/changeset/23497



More information about the vlc-devel mailing list