Mercurial > mplayer.hg
view parser-cfg.h @ 26215:ff1cf41e0dc0
Remove the unused function roundToInt16. It is a duplicate of the same function
in swscale.c. Fixes the warning:
yuv2rgb_altivec.c:751: 'roundToInt16' defined but not used
author | diego |
---|---|
date | Sat, 15 Mar 2008 10:04:19 +0000 |
parents | 83c95bd31aab |
children | 7a36d5941fd8 |
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); #endif /* MPLAYER_PARSER_CFG_H */