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

Function ghb_settings_video_encoder

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

Source from the content-addressed store, hash-verified

1864}
1865
1866const hb_encoder_t*
1867ghb_settings_video_encoder(const GhbValue *settings, const char *name)
1868{
1869 const char *encoder_id = ghb_dict_get_string(settings, name);
1870 return ghb_lookup_video_encoder(encoder_id);
1871}
1872
1873void
1874ghb_audio_encoder_opts_set_with_mask(

Callers 2

ghb_update_summary_infoFunction · 0.85
queue_update_summaryFunction · 0.85

Calls 2

ghb_dict_get_stringFunction · 0.85
ghb_lookup_video_encoderFunction · 0.85

Tested by

no test coverage detected