Mercurial > mplayer.hg
annotate parser-cfg.h @ 29288:4a1c217a844b
In all demux_info_add calls change "name" to "title".
Currently "name" and "title" are both used at random, this makes it consistent.
"title" was chosen because it is less ambiguous and also the get_meta_title
slave mode command uses that (there is no get_meta_name command).
author | reimar |
---|---|
date | Sat, 30 May 2009 13:18:57 +0000 |
parents | 7a36d5941fd8 |
children | 8fd1ec0984b9 |
rev | line source |
---|---|
26029 | 1 #ifndef MPLAYER_PARSER_CFG_H |
2 #define MPLAYER_PARSER_CFG_H | |
19808 | 3 |
26131
83c95bd31aab
Add necessary #includes to pass 'make checkheaders'.
diego
parents:
26127
diff
changeset
|
4 #include "m_config.h" |
83c95bd31aab
Add necessary #includes to pass 'make checkheaders'.
diego
parents:
26127
diff
changeset
|
5 |
26127
e666cd9a8056
Remove pointless extern keyword from function declaration.
diego
parents:
26029
diff
changeset
|
6 int m_config_parse_config_file(m_config_t* config, char *conffile); |
19808 | 7 |
26408
7a36d5941fd8
Replace the trivial command line preparser with a more robust version
albeu
parents:
26131
diff
changeset
|
8 int m_config_preparse_command_line(m_config_t *config, int argc, char **argv); |
7a36d5941fd8
Replace the trivial command line preparser with a more robust version
albeu
parents:
26131
diff
changeset
|
9 |
26029 | 10 #endif /* MPLAYER_PARSER_CFG_H */ |