view parser-mpcmd.h @ 22020:a40f222a31df

Hack: use refmode == 1 instead of == 0, as browsers behave like this and buggy files like http://samples.mplayerhq.hu/GIF/broken-gif/CLAIRE.GIF rely on this.
author reimar
date Sun, 28 Jan 2007 10:34:11 +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