mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
warning fixes:
afl.c: In function 'acmDriverOpen': afl.c:196: warning: unused variable 'hdrv' afl.c: In function 'acmStreamOpen': afl.c:441: warning: unused variable 'drv_tag' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24400 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9ac38fa4c6
commit
284037012e
@ -193,7 +193,6 @@ MMRESULT WINAPI acmDriverOpen(PHACMDRIVER phad, HACMDRIVERID hadid, DWORD fdwOpe
|
||||
PWINE_ACMDRIVERID padid;
|
||||
PWINE_ACMDRIVER pad;
|
||||
ICOPEN icopen;
|
||||
HDRVR hdrv;
|
||||
|
||||
|
||||
TRACE("(%p, %x, %08lu)\n", phad, hadid, fdwOpen);
|
||||
@ -438,7 +437,7 @@ MMRESULT WINAPI acmStreamOpen(PHACMSTREAM phas, HACMDRIVER had, PWAVEFORMATEX pw
|
||||
goto errCleanUp;
|
||||
} else {
|
||||
PWINE_ACMDRIVERID wadi;
|
||||
short drv_tag;
|
||||
//short drv_tag;
|
||||
ret = ACMERR_NOTPOSSIBLE;
|
||||
/* if(pwfxSrc->wFormatTag==1)//compression
|
||||
drv_tag=pwfxDst->wFormatTag;
|
||||
|
Loading…
Reference in New Issue
Block a user