1
mirror of https://github.com/mpv-player/mpv synced 2024-09-01 04:16:39 +02:00
mpv/loader/drv.h
reimar a743c0a738 Split codec path related code into a separate file to fix Windows build.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30930 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-03-18 20:44:01 +00:00

19 lines
338 B
C

/*
* 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 CodecAlloc(void);
void CodecRelease(void);
HDRVR DrvOpen(LPARAM lParam2);
void DrvClose(HDRVR hdrvr);
#endif /* MPLAYER_DRV_H */