view loader/drv.h @ 30609:f4a71b27410b
sync with en/mplayer.1 rev. 30611
author |
jrash |
date |
Fri, 19 Feb 2010 09:41:55 +0000 (2010-02-19) |
parents |
26f673ba0675 |
children |
ff7b06c867cd |
line source
/*
* Modified for use with MPlayer, detailed changelog at
* http://svn.mplayerhq.hu/mplayer/trunk/
*/
#ifndef MPLAYER_DRV_H
#define MPLAYER_DRV_H
#include "wine/windef.h"
#include "wine/driver.h"
void SetCodecPath(const char* path);
void CodecAlloc(void);
void CodecRelease(void);
HDRVR DrvOpen(LPARAM lParam2);
void DrvClose(HDRVR hdrvr);
#endif /* MPLAYER_DRV_H */