MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_presets_current_version

Function hb_presets_current_version

libhb/preset.c:4308–4313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4306}
4307
4308void hb_presets_current_version(int *major, int* minor, int *micro)
4309{
4310 *major = hb_preset_version_major;
4311 *minor = hb_preset_version_minor;
4312 *micro = hb_preset_version_micro;
4313}
4314
4315int hb_presets_gui_init(void)
4316{

Callers 2

presets_add_config_fileFunction · 0.85
ghb_presets_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected