view parser-cfg.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_cfg_h
#define _parser_cfg_h

extern int m_config_parse_config_file(m_config_t* config, char *conffile);

#endif