view loader/drv.h @ 33361:b433bc008e23

Check for reasonable time values. Some A/V files don't provide reasonable time information in which case the GUI produces a junk dlabel, so set values to zero.
author ib
date Mon, 09 May 2011 11:17:43 +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 */