mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30930 b3059339-0415-0410-9bf9-f77b7e298cf2
13 lines
257 B
C
13 lines
257 B
C
/*
|
|
* Modified for use with MPlayer, detailed changelog at
|
|
* http://svn.mplayerhq.hu/mplayer/trunk/
|
|
*/
|
|
|
|
#ifndef MPLAYER_CODECPATH_H
|
|
#define MPLAYER_CODECPATH_H
|
|
|
|
extern char *def_path;
|
|
void SetCodecPath(const char* path);
|
|
|
|
#endif /* MPLAYER_CODECPATH_H */
|