TUT HEVC Encoder
|
Runtime configuration through defaults and parsing of arguments. More...
Go to the source code of this file.
Functions | |
kvz_config * | kvz_config_alloc (void) |
int | kvz_config_init (kvz_config *cfg) |
int | kvz_config_destroy (kvz_config *cfg) |
int | kvz_config_parse (kvz_config *cfg, const char *name, const char *value) |
void | kvz_config_process_lp_gop (kvz_config *cfg) |
int | kvz_config_validate (const kvz_config *cfg) |
Check that configuration is sensible. | |
kvz_config * kvz_config_alloc | ( | void | ) |
int kvz_config_destroy | ( | kvz_config * | cfg | ) |
int kvz_config_init | ( | kvz_config * | cfg | ) |
void kvz_config_process_lp_gop | ( | kvz_config * | cfg | ) |
int kvz_config_validate | ( | const kvz_config *const | cfg | ) |
cfg | config to check |