killed warnings in pm3 driver

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22887 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2007-04-01 12:59:12 +00:00
parent d9583acf37
commit f9367e46bb
1 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ static int pm3_query_fourcc(vidix_fourcc_t *to)
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_control;
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;