2 * Modified for use with MPlayer, detailed changelog at
3 * http://svn.mplayerhq.hu/mplayer/trunk/
13 #include "wine/windef.h"
14 #include "wine/driver.h"
16 void SetCodecPath(const char* path
);
17 void CodecAlloc(void);
18 void CodecRelease(void);
20 HDRVR
DrvOpen(LPARAM lParam2
);
21 void DrvClose(HDRVR hdrvr
);
27 #endif /* MPLAYER_DRV_H */