diff options
| author | Juergen Keil <jkeil@users.sourceforge.net> | 2001-09-06 18:38:11 +0000 |
|---|---|---|
| committer | Juergen Keil <jkeil@users.sourceforge.net> | 2001-09-06 18:38:11 +0000 |
| commit | 94f33ff7e3b7140e78c014be1a68fe9c1ba17814 (patch) | |
| tree | 56aacd13a3a2f5de4def305cceb2789cfa9bd807 /src/video_out/video_out_xshm.c | |
| parent | 8d3fda905911b0b1cdadb33c00fb1f800e8f9320 (diff) | |
| download | xine-lib-94f33ff7e3b7140e78c014be1a68fe9c1ba17814.tar.gz xine-lib-94f33ff7e3b7140e78c014be1a68fe9c1ba17814.tar.bz2 | |
Trying to port the xine-lib sources to a non-gcc compiler
CVS patchset: 584
CVS date: 2001/09/06 18:38:11
Diffstat (limited to 'src/video_out/video_out_xshm.c')
| -rw-r--r-- | src/video_out/video_out_xshm.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c index 51be649fb..f039aa512 100644 --- a/src/video_out/video_out_xshm.c +++ b/src/video_out/video_out_xshm.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_xshm.c,v 1.29 2001/09/01 18:11:04 jkeil Exp $ + * $Id: video_out_xshm.c,v 1.30 2001/09/06 18:38:12 jkeil Exp $ * * video_out_xshm.c, X11 shared memory extension interface for xine * @@ -449,8 +449,6 @@ static void xshm_calc_output_size (xshm_driver_t *this) { if (this->delivered_width == 0 && this->delivered_height == 0) return; /* ConfigureNotify/VisibilityNotify, no decoder output size known */ - -#if 0 /* * quick hack to allow testing of unscaled yuv2rgb conversion routines */ @@ -462,8 +460,6 @@ static void xshm_calc_output_size (xshm_driver_t *this) { this->ratio_factor = 1.0; return; } -#endif - image_ratio = (double) this->delivered_width / (double) this->delivered_height; |
