view parser-cfg.h @ 27921:327a98d2b55d

Direct3D based video_out module. Patch by Georgi Petrov (gogothebee gmail com) Panscan handling is still disabled and needs to be fixed for negative -panscan.
author reimar
date Tue, 18 Nov 2008 12:23: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 */