Mercurial > mplayer.hg
view loader/drv.h @ 36042:134919b73b04
Add limited -endpos support when dumping.
In theory this should even make -endpos with a time work with -dumpstream of
DVDs but I could not test it - testers very welcome!
author | reimar |
---|---|
date | Wed, 03 Apr 2013 11:52:42 +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 */