[MPlayer-cvslog] r22887 - trunk/vidix/pm3_vid.c

ben subversion at mplayerhq.hu
Sun Apr 1 14:59:12 CEST 2007


Author: ben
Date: Sun Apr  1 14:59:12 2007
New Revision: 22887

Modified:
   trunk/vidix/pm3_vid.c

Log:
killed warnings in pm3 driver

Modified: trunk/vidix/pm3_vid.c
==============================================================================
--- trunk/vidix/pm3_vid.c	(original)
+++ trunk/vidix/pm3_vid.c	Sun Apr  1 14:59:12 2007
@@ -195,7 +195,7 @@ static int pm3_query_fourcc(vidix_fourcc
 static void
 compute_scale_factor(
     short* src_w, short* dst_w,
-    unsigned int* shrink_delta, unsigned int* zoom_delta)
+    uint32_t* shrink_delta, uint32_t* zoom_delta)
 {
     /* NOTE: If we don't return reasonable values here then the video
      * unit can potential shut off and won't display an image until re-enabled.
@@ -225,7 +225,7 @@ static long overlay_mode, overlay_contro
 
 static int pm3_config_playback(vidix_playback_t *info)
 {
-    int shrink, zoom;
+    uint32_t shrink, zoom;
     short src_w, drw_w;
     short src_h, drw_h;
     long base0;



More information about the MPlayer-cvslog mailing list