view parser-mpcmd.h @ 20636:325db3f2aba3

don't set the resolution for dvr-ms files: in the asf headers it seems to be always set incorrectly; the decoder will deal with it much better. Patch by John Donaghy (johnfdonaghy gmail com)
author nicodvb
date Fri, 03 Nov 2006 22:53:24 +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