view parser-mpcmd.h @ 22139:3a3effa718fd

r22104: Add global field dominance flag instead of duplicating this "everywhere" r22107: Move -vo gl suboptions that should be irrelevant for the average user r22108: formatting fixes for r22104 r22113: insert line break for readability r22123: tinterlace mode 4 leaves height unchanged. r22127: Fix vqscale description to match at least somewhat the code. r22137: formatting/wording r22138: wording/formatting r22150: key-fifo-size default changed
author voroshil
date Mon, 05 Feb 2007 19:07:19 +0000
parents 5385740067a1
children d88f5f82826e
line wrap: on
line source

#ifndef _parser_mpcmd_h
#define _parser_mpcmd_h

extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);

#endif