view parser-cfg.h @ 25079:3dcf8e3e65d9

One step of code cleanup: move all variables, related to audio/video/vbi chains of filters into separate structure (will simplify some parts of code in future)
author voroshil
date Mon, 19 Nov 2007 18:53:13 +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