Mercurial > mplayer.hg
view loader/drv.h @ 30572:292ab27ee1fa
Mark mp_mp3_get_lsf() as static; it is not used outside of the file.
author | diego |
---|---|
date | Wed, 17 Feb 2010 22:14:04 +0000 |
parents | 26f673ba0675 |
children | ff7b06c867cd |
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 SetCodecPath(const char* path); void CodecAlloc(void); void CodecRelease(void); HDRVR DrvOpen(LPARAM lParam2); void DrvClose(HDRVR hdrvr); #endif /* MPLAYER_DRV_H */