2 * Modified for use with MPlayer, detailed changelog at
3 * http://svn.mplayerhq.hu/mplayer/trunk/
7 #ifndef loader_driver_h
8 #define loader_driver_h
14 #include "wine/windef.h"
15 #include "wine/driver.h"
17 void SetCodecPath(const char* path
);
18 void CodecAlloc(void);
19 void CodecRelease(void);
21 HDRVR
DrvOpen(LPARAM lParam2
);
22 void DrvClose(HDRVR hdrvr
);