#include "fmo.h"
Go to the source code of this file.
Data Structures | |
struct | Mapping |
Defines | |
#define | DEFAULTCONFIGFILENAME "encoder.cfg" |
#define | PROFILE_IDC 88 |
#define | LEVEL_IDC 21 |
Functions | |
void | Configure (ImageParameters *p_Img, InputParameters *p_Inp, int ac, char *av[]) |
void | PatchInputNoFrames (InputParameters *p_Inp) |
Variables | |
InputParameters | cfgparams |
Mapping | Map [] |
Definition in file configfile.h.
void Configure | ( | ImageParameters * | p_Img, | |
InputParameters * | p_Inp, | |||
int | ac, | |||
char * | av[] | |||
) |
Parse the command line parameters and read the config files.
p_Img | ImageParameters structure for encoding | |
p_Inp | InputParameters structure as input configuration | |
ac | number of command line parameters | |
av | command line parameters |
Definition at line 266 of file configfile.c.
References DisplayEncoderParams(), error(), errortext, ET_SIZE, GetConfigFileContent(), InitEncoderParams(), JMHelpExit(), no_mem_exit(), ParseContent(), and PatchInp().
Referenced by main().