Mercurial > mplayer.hg
changeset 30651:d3182b1cd1ce
Add public function VideoForWindowsVersion() to the appropriate header file.
author | diego |
---|---|
date | Sun, 21 Feb 2010 23:33:03 +0000 |
parents | 6fc02905e992 |
children | a2dddda6eb2f |
files | loader/wine/vfw.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/wine/vfw.h Sun Feb 21 23:31:56 2010 +0000 +++ b/loader/wine/vfw.h Sun Feb 21 23:33:03 2010 +0000 @@ -207,6 +207,9 @@ void* lpPrev; } ICCOMPRESS; + +long VFWAPI VideoForWindowsVersion(void); + long VFWAPIV ICCompress( HIC hic,long dwFlags,LPBITMAPINFOHEADER lpbiOutput,void* lpData, LPBITMAPINFOHEADER lpbiInput,void* lpBits,long* lpckid,