mirror of
https://github.com/mpv-player/mpv
synced 2025-02-22 15:56:59 +00:00
export m_config_set_profile()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25662 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b04ef6f779
commit
7a4efd3ce7
@ -477,7 +477,7 @@ m_config_set_profile_option(m_config_t* config, m_profile_t* p,
|
||||
return 1;
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
m_config_set_profile(m_config_t* config, m_profile_t* p) {
|
||||
int i;
|
||||
if(config->profile_depth > MAX_PROFILE_DEPTH) {
|
||||
|
@ -193,6 +193,15 @@ int
|
||||
m_config_set_profile_option(m_config_t* config, m_profile_t* p,
|
||||
char* name, char* val);
|
||||
|
||||
/// Enables profile usage
|
||||
/** Used by the config file parser when loading a profile.
|
||||
*
|
||||
* \param config The config object.
|
||||
* \param p The profile object.
|
||||
*/
|
||||
void
|
||||
m_config_set_profile(m_config_t* config, m_profile_t* p);
|
||||
|
||||
///@}
|
||||
|
||||
///@}
|
||||
|
Loading…
Reference in New Issue
Block a user