[MPlayer-cvslog] CVS: main/libvo vo_cvidix.c,1.12,1.13
Sascha Sommer CVS
syncmail at mplayerhq.hu
Thu Nov 25 18:23:16 CET 2004
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux video.c, 1.46, 1.47 demuxer.h, 1.70, 1.71 demuxer.c, 1.174, 1.175 demux_ts.c, 1.21, 1.22
- Next message: [MPlayer-cvslog] CVS: main configure,1.940,1.941
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Sascha Sommer CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv15201/libvo
Modified Files:
vo_cvidix.c
Log Message:
10l initial patch by Oded Shimon <ods15 at ods15.dyndns.org>
Index: vo_cvidix.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_cvidix.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vo_cvidix.c 28 Oct 2004 01:15:52 -0000 1.12
+++ vo_cvidix.c 25 Nov 2004 17:23:13 -0000 1.13
@@ -78,7 +78,9 @@
static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,uint32_t d_height, uint32_t flags, char *title, uint32_t format){
vo_fs = flags & 0x01;
if(!vo_config_count){
- if(vo_screenwidth && vo_screenheight)center=1;
+ if(vo_screenwidth && vo_screenheight){
+ if(!vo_geometry)center=1;
+ }
else mp_msg(MSGT_VO, MSGL_WARN, "vo_cvidix: warn: screenwidth and height not set assuming 640x480\n");
}
if(!vo_screenwidth)vo_screenwidth=640;
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux video.c, 1.46, 1.47 demuxer.h, 1.70, 1.71 demuxer.c, 1.174, 1.175 demux_ts.c, 1.21, 1.22
- Next message: [MPlayer-cvslog] CVS: main configure,1.940,1.941
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list