SetCodecPath -> win32_codec_name

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1495 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-08-12 13:18:07 +00:00
parent ab77867753
commit 452e4f4198
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
extern "C" {
#endif
void SetCodecPath(const char* path);
extern char* win32_codec_name; // must be set before calling DrvOpen() !!!
unsigned int _GetPrivateProfileIntA(const char* appname, const char* keyname, int default_value, const char* filename);
int _GetPrivateProfileStringA(const char* appname, const char* keyname,
const char* def_val, char* dest, unsigned int len, const char* filename);