view loader/drv.h @ 34038:422eb76aee70

stream_bluray: switch to new libbluray API The last libbluray API change is commit 17896a40e6ddbe12473db77549ff0207ef748a64 Date: Mon Jun 13 20:36:16 2011 +0300 previous libbluray versions are no longer supported.
author diego
date Fri, 23 Sep 2011 14:26:20 +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 */