Mercurial > mplayer.hg
view parser-cfg.h @ 27144:76ddca5027c3
r25179: Add missing forced linebreak, slight wording improvement.
r25189: Add an example for play DTS-CD with passsthrough.
r25194: -identify shows chapters times when playing dvd streams
r25314: cleanup and conformation of values description for -ass-hinting
r25315: minor spelling/grammar fixes
r25343: Fix all current known multi-channel wrong order problems [...]
r25379: Fix libass to support -nofontconfig.
author | kraymer |
---|---|
date | Mon, 30 Jun 2008 19:35:27 +0000 |
parents | 7a36d5941fd8 |
children | 8fd1ec0984b9 |
line wrap: on
line source
#ifndef MPLAYER_PARSER_CFG_H #define MPLAYER_PARSER_CFG_H #include "m_config.h" int m_config_parse_config_file(m_config_t* config, char *conffile); int m_config_preparse_command_line(m_config_t *config, int argc, char **argv); #endif /* MPLAYER_PARSER_CFG_H */