[vlc-devel] CVS Commit (babal)
    cvs at videolan.org 
    cvs at videolan.org
       
    Fri Dec 13 17:26:35 CET 2002
    
    
  
Update of /cvs/videolan/vlc/include
Modified Files:
	vlc_playlist.h 
Update of /cvs/videolan/vlc/modules/gui/win32
Modified Files:
	mainframe.cpp mainframe.dfm playlist.cpp playlist.dfm 
	playlist.h 
Update of /cvs/videolan/vlc/src/playlist
Modified Files:
	playlist.c 
Log Message:
- vlc_playlist.h, playlist.c: added the ability to save a playlist to
  and restore it from a file chosen by the user.
- win32/*:
  - implementation of the previous feature in the win32 interface
>   -> what the other interfaces need to do to support it is simply to
>      call the two following functions:
>       int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename);
>       int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename);
>      where psz_filename is the name of the destination/source file.
  - ability to open several files at a time
-- 
babal
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
    
    
More information about the vlc-devel
mailing list