view loader/drv.h @ 33050:36d0701bb4c8

Fix CrystalHD autodetection: Make sure old library versions will not be detected. Patch by Philip Langdale, philipl overt org
author cehoyos
date Mon, 28 Mar 2011 22:18:56 +0000
parents ff7b06c867cd
children
line wrap: on
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 CodecAlloc(void);
void CodecRelease(void);

HDRVR DrvOpen(LPARAM lParam2);
void DrvClose(HDRVR hdrvr);

#endif /* MPLAYER_DRV_H */