~ubuntu-branches/ubuntu/oneiric/mplayer2/oneiric-proposed

« back to all changes in this revision

Viewing changes to mplayer/loader/drv.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2011-03-20 22:48:03 UTC
  • Revision ID: james.westby@ubuntu.com-20110320224803-kc2nlrxz6pcphmf1
Tags: upstream-2.0~rc2
ImportĀ upstreamĀ versionĀ 2.0~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Modified for use with MPlayer, detailed changelog at
 
3
 * http://svn.mplayerhq.hu/mplayer/trunk/
 
4
 */
 
5
 
 
6
#ifndef MPLAYER_DRV_H
 
7
#define MPLAYER_DRV_H
 
8
 
 
9
#include "wine/windef.h"
 
10
#include "wine/driver.h"
 
11
 
 
12
void CodecAlloc(void);
 
13
void CodecRelease(void);
 
14
 
 
15
HDRVR DrvOpen(LPARAM lParam2);
 
16
void DrvClose(HDRVR hdrvr);
 
17
 
 
18
#endif /* MPLAYER_DRV_H */