2 * Modified for use with MPlayer, detailed changelog at
3 * http://svn.mplayerhq.hu/mplayer/trunk/
9 #include "wine/windef.h"
10 #include "wine/driver.h"
12 void CodecAlloc(void);
13 void CodecRelease(void);
15 HDRVR
DrvOpen(LPARAM lParam2
);
16 void DrvClose(HDRVR hdrvr
);
18 #endif /* MPLAYER_DRV_H */