mirror of https://github.com/mpv-player/mpv
better naming
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4577 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
73ffeb2542
commit
c4b2e43445
|
@ -211,10 +211,10 @@ typedef struct {
|
|||
} ICCOMPRESS;
|
||||
|
||||
long VFWAPIV ICCompress(
|
||||
HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiOutput,void* lpData,
|
||||
LPBITMAPINFOHEADER lpbiInput,void* lpBits,long* lpckid,
|
||||
HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiOutput,void* lpOutputBuf,
|
||||
LPBITMAPINFOHEADER lpbiInput,void* lpImage,long* lpckid,
|
||||
long* lpdwFlags,long lFrameNum,long dwFrameSize,long dwQuality,
|
||||
LPBITMAPINFOHEADER lpbiPrev,void* lpPrev
|
||||
LPBITMAPINFOHEADER lpbiInputPrev,void* lpImagePrev
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue