Mercurial > mplayer.hg
annotate parser-mpcmd.h @ 29785:32058f70d93d
Change dvdnav_reset_stream to not disable subtitles, since that breaks
selecting the subtitle via -slang or -sid.
It is quite possible that removing it will cause other issues, though
I could not see any with the DVDs I had available for testing.
author | reimar |
---|---|
date | Thu, 05 Nov 2009 20:59:46 +0000 |
parents | 83c95bd31aab |
children | c1a3f1bbba26 |
rev | line source |
---|---|
26029 | 1 #ifndef MPLAYER_PARSER_MPCMD_H |
2 #define MPLAYER_PARSER_MPCMD_H | |
19808 | 3 |
26131
83c95bd31aab
Add necessary #includes to pass 'make checkheaders'.
diego
parents:
26129
diff
changeset
|
4 #include "playtree.h" |
83c95bd31aab
Add necessary #includes to pass 'make checkheaders'.
diego
parents:
26129
diff
changeset
|
5 #include "m_config.h" |
83c95bd31aab
Add necessary #includes to pass 'make checkheaders'.
diego
parents:
26129
diff
changeset
|
6 |
26129
704ef034ed7c
Remove pointless extern keyword from function declaration.
diego
parents:
26029
diff
changeset
|
7 play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv); |
19808 | 8 |
26029 | 9 #endif /* MPLAYER_PARSER_MPCMD_H */ |