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

Function ghb_settings_audio_bitrate

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

Source from the content-addressed store, hash-verified

3549}
3550
3551const hb_rate_t*
3552ghb_settings_audio_bitrate(const GhbValue *settings, const char *name)
3553{
3554 const hb_rate_t *result;
3555 char *rate_id = ghb_dict_get_string_xform(settings, name);
3556 result = ghb_lookup_audio_bitrate(rate_id);
3557 g_free(rate_id);
3558 return result;
3559}
3560
3561static ghb_status_t hb_status;
3562

Callers

nothing calls this directly

Calls 2

ghb_lookup_audio_bitrateFunction · 0.85

Tested by

no test coverage detected