Qt: synchronization: subtitles duration parameter
[vlc/vlc-skelet.git] / libs / loader / driver.h
blobf7e369d5348fc7c5173c4cf3382ade9eb13cd8ae
1 /*
2 * Modified for use with MPlayer, detailed CVS changelog at
3 * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
4 * $Id$
5 */
7 #ifndef loader_driver_h
8 #define loader_driver_h
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
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);
24 #ifdef __cplusplus
26 #endif
28 #endif