view loader/drv.h @ 35478:f30b45bafb82

Don't overwrite video size information. The information about the just now played video shall remain. Reported by Hans-Dieter Kosch, hdkosch kabelbw de.
author ib
date Mon, 03 Dec 2012 10:23:11 +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 */