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

Function ghb_settings_video_framerate

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

Source from the content-addressed store, hash-verified

1788}
1789
1790const hb_rate_t*
1791ghb_settings_video_framerate(const GhbValue *settings, const char *name)
1792{
1793 const hb_rate_t *result;
1794 char *rate_id = ghb_dict_get_string_xform(settings, name);
1795 result = ghb_lookup_video_framerate(rate_id);
1796 g_free(rate_id);
1797 return result;
1798}
1799
1800static void
1801video_encoder_opts_set(signal_user_data_t *ud, const gchar *name,

Callers 2

ghb_update_summary_infoFunction · 0.85
queue_update_summaryFunction · 0.85

Calls 2

Tested by

no test coverage detected