[vlc-devel] CVS Commit (gbazin)

cvs at videolan.org cvs at videolan.org
Thu Jul 24 00:01:26 CEST 2003


Update of /var/cvs/videolan/vlc/include
Modified Files:
	variables.h 

Update of /var/cvs/videolan/vlc/src/input
Modified Files:
	input.c input_programs.c 

Update of /var/cvs/videolan/vlc/src/misc
Modified Files:
	variables.c 

Update of /var/cvs/videolan/vlc/src/video_output
Modified Files:
	video_output.c 

Log Message:

* include/variables.h, src/misc/variables.c: you can now use var_Create() directly to create an object variable with an inherited value.
   eg. var_Create( p_vout, "zoom", VLC_VAR_FLOAT | VLC_VAR_DOINHERIT );
   Beware, the object in which you create the var must be attached to a parent for this to work (otherwise we can't navigate the parents hierarchy to find the value to inherit).

* src/input/input.c, src/input/input_programs.c, src/video_output/video_output.c: converted more config_GetFoo() into var_Create()/var_Get();


-- 
gbazin
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list