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

Function ghb_settings_video_encoder_codec

gtk/src/hb-backend.c:1859–1864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1857}
1858
1859int
1860ghb_settings_video_encoder_codec(const GhbValue *settings, const char *name)
1861{
1862 const char *encoder_id = ghb_dict_get_string(settings, name);
1863 return ghb_lookup_video_encoder_codec(encoder_id);
1864}
1865
1866const hb_encoder_t*
1867ghb_settings_video_encoder(const GhbValue *settings, const char *name)

Callers 7

ghb_vquality_defaultFunction · 0.85
ghb_vquality_rangeFunction · 0.85
ghb_validate_videoFunction · 0.85
format_vquality_cbFunction · 0.85
set_destination_settingsFunction · 0.85
vquality_changed_cbFunction · 0.85

Calls 2

ghb_dict_get_stringFunction · 0.85

Tested by

no test coverage detected