view parser-mpcmd.h @ 26379:fa8997230d4e

Reformat demuxer.c Indent with "indent -kr -l79 -nut" and fix various suboptimal results by hand. Also remove some commented-out cruft and one unnecessary case of parentheses as in "return (r)".
author uau
date Sat, 12 Apr 2008 15:51:08 +0000
parents 83c95bd31aab
children c1a3f1bbba26
line wrap: on
line source

#ifndef MPLAYER_PARSER_MPCMD_H
#define MPLAYER_PARSER_MPCMD_H

#include "playtree.h"
#include "m_config.h"

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

#endif /* MPLAYER_PARSER_MPCMD_H */