mirror of https://github.com/mpv-player/mpv
SetCodecPath -> win32_codec_name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1495 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ab77867753
commit
452e4f4198
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue