[MPlayer-cvslog] r29562 - trunk/libvo/vo_gl2.c
reimar
subversion at mplayerhq.hu
Thu Aug 27 16:01:39 CEST 2009
Author: reimar
Date: Thu Aug 27 16:01:39 2009
New Revision: 29562
Log:
Remove useless code that has no effect.
Modified:
trunk/libvo/vo_gl2.c
Modified: trunk/libvo/vo_gl2.c
==============================================================================
--- trunk/libvo/vo_gl2.c Thu Aug 27 15:54:53 2009 (r29561)
+++ trunk/libvo/vo_gl2.c Thu Aug 27 16:01:39 2009 (r29562)
@@ -471,9 +471,6 @@ static int config_w32(uint32_t width, ui
if (!vo_w32_config(d_width, d_height, flags))
return -1;
- if (vo_fs)
- aspect(&d_width, &d_height, A_ZOOM);
-
return 0;
}
More information about the MPlayer-cvslog
mailing list