1
mirror of https://github.com/mpv-player/mpv synced 2024-08-08 13:25:45 +02:00

fixes warnings

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3726 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2001-12-25 11:14:25 +00:00
parent 45ff92c257
commit faded2ccdb
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ extern int divx_quality;
int init_acm_audio_codec(sh_audio_t *sh_audio){
HRESULT ret;
WAVEFORMATEX *in_fmt=sh_audio->wf;
unsigned long srcsize=0;
unsigned int srcsize=0;
mp_msg(MSGT_WIN32,MSGL_V,"======= Win32 (ACM) AUDIO Codec init =======\n");

View File

@ -252,6 +252,7 @@ static void spudec_process_control(spudec_handle_t *this)
}
}
next_control:
;
}
}