summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-25 11:14:25 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-25 11:14:25 +0000
commitfaded2ccdbdc7c3e2c90368edc74576d75efd944 (patch)
tree5235a17bb0d3d0e9228a431392f7b71ac5b0c78d
parent45ff92c257e966b986ea63561118360d4fe0458b (diff)
downloadmpv-faded2ccdbdc7c3e2c90368edc74576d75efd944.tar.bz2
mpv-faded2ccdbdc7c3e2c90368edc74576d75efd944.tar.xz
fixes warnings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3726 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--dll_init.c2
-rw-r--r--spudec.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/dll_init.c b/dll_init.c
index 87a3b493c2..2fae0d358e 100644
--- a/dll_init.c
+++ b/dll_init.c
@@ -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");
diff --git a/spudec.c b/spudec.c
index 9ee31bab54..a128a6e40b 100644
--- a/spudec.c
+++ b/spudec.c
@@ -252,6 +252,7 @@ static void spudec_process_control(spudec_handle_t *this)
}
}
next_control:
+ ;
}
}