Support for multiple editions in Matroska
[mplayer.git] / parser-cfg.h
blobed5e64c6a467751cfde57cbc208f938817ba9bd0
1 #ifndef MPLAYER_PARSER_CFG_H
2 #define MPLAYER_PARSER_CFG_H
4 #include "m_config.h"
6 int m_config_parse_config_file(m_config_t* config, const char *conffile);
8 int m_config_preparse_command_line(m_config_t *config, int argc, char **argv);
10 #endif /* MPLAYER_PARSER_CFG_H */