Fix vf_tcdump's compilation
[mplayer/kovensky.git] / loader / drv.h
blob9ae1f8fbec4f7ccbf5f6ba1d7651c550f2bb49ad
1 /*
2 * Modified for use with MPlayer, detailed changelog at
3 * http://svn.mplayerhq.hu/mplayer/trunk/
4 */
6 #ifndef MPLAYER_DRV_H
7 #define MPLAYER_DRV_H
9 #include "wine/windef.h"
10 #include "wine/driver.h"
12 void SetCodecPath(const char* path);
13 void CodecAlloc(void);
14 void CodecRelease(void);
16 HDRVR DrvOpen(LPARAM lParam2);
17 void DrvClose(HDRVR hdrvr);
19 #endif /* MPLAYER_DRV_H */