view loader/drv.h @ 31763:550ffba86d9c

Make the VDPAU background black instead of the default green. (This was reported repeatedly as a problem for users.) Patch by Vlad Seryakov, vseryakov at gmail
author cehoyos
date Tue, 27 Jul 2010 08:38:08 +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 */