view parser-cfg.h @ 27559:21590d0bb4e6

The yuv->rgb tables are too small for clipping to be avoidable, thus revert the respective optimization. The table generator code has to be rewritten anyway one day by some volunteer because it is not LGPL, fixing the GPL table generator thus seems like wasted time.
author michael
date Fri, 12 Sep 2008 21:25:42 +0000
parents 7a36d5941fd8
children 8fd1ec0984b9
line wrap: on
line source

#ifndef MPLAYER_PARSER_CFG_H
#define MPLAYER_PARSER_CFG_H

#include "m_config.h"

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

int m_config_preparse_command_line(m_config_t *config, int argc, char **argv);

#endif /* MPLAYER_PARSER_CFG_H */