view loader/drv.h @ 31525:dd2b64511f05

Move dvd_speed extern variable declaration from stream_dvd_common.h to stream.h. All other dvd_ extern variable declarations are there already and this avoids #ifdefs around an #include of stream_dvd_common.h in cfg-common.h, which would be necessary because stream_dvd_common.h contains dvdread #includes.
author diego
date Wed, 30 Jun 2010 10:09:19 +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 */