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

Function ghb_settings_audio_samplerate

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

Source from the content-addressed store, hash-verified

1687}
1688
1689const hb_rate_t*
1690ghb_settings_audio_samplerate(const GhbValue *settings, const char *name)
1691{
1692 const hb_rate_t *result;
1693 char *rate_id = ghb_dict_get_string_xform(settings, name);
1694 result = ghb_lookup_audio_samplerate(rate_id);
1695 g_free(rate_id);
1696 return result;
1697}
1698
1699static void
1700video_framerate_opts_set(signal_user_data_t *ud, const gchar *name,

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected