Mercurial > mplayer.hg
annotate parser-mpcmd.h @ 25843:245e2ffbb2d5
100l, inverted condition for AVSEEK_FLAG_BACKWARD
author | reimar |
---|---|
date | Sat, 26 Jan 2008 22:25:47 +0000 |
parents | d88f5f82826e |
children | 4129c8cfa742 |
rev | line source |
---|---|
25551
d88f5f82826e
Replace multiple inclusion guards with leading underscores by default names.
diego
parents:
19808
diff
changeset
|
1 #ifndef PARSER_MPCMD_H |
d88f5f82826e
Replace multiple inclusion guards with leading underscores by default names.
diego
parents:
19808
diff
changeset
|
2 #define PARSER_MPCMD_H |
19808 | 3 |
4 extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv); | |
5 | |
25551
d88f5f82826e
Replace multiple inclusion guards with leading underscores by default names.
diego
parents:
19808
diff
changeset
|
6 #endif /* PARSER_MPCMD_H */ |