CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Thu Mar 21 23:10:33 CET 2002
Update of /var/cvs/videolan/vlc/include
Modified Files:
video_output.h
Update of /var/cvs/videolan/vlc/plugins/directx
Modified Files:
vout_directx.c
Update of /var/cvs/videolan/vlc/plugins/mga
Modified Files:
xmga.c
Update of /var/cvs/videolan/vlc/plugins/qnx
Modified Files:
vout_qnx.c
Update of /var/cvs/videolan/vlc/plugins/sdl
Modified Files:
vout_sdl.c
Update of /var/cvs/videolan/vlc/plugins/x11
Modified Files:
xcommon.c
Update of /var/cvs/videolan/vlc/src/interface
Modified Files:
main.c
Update of /var/cvs/videolan/vlc/src/video_output
Modified Files:
video_output.c
Log Message:
* the calculation for the initial video window dimensions is now done in
video_output.c and made available into p_vout->i_window_height/width.
This allows to get rid of duplicated code and unify the behaviour of
the video output plugins. (not all the plugins have been modified
because I didn't want to break anything).
As a side effect, the --width and --height options are now working, you
can even use only --width or only --height the other dimension will adapt
automatically to the video characteristics.
Note that you need to remove the width/height options from the config file
or set them to -1 if you want to use the actual video size.
--
gbazin
--
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