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

Function add_subtitle_to_ui

gtk/src/subtitlehandler.c:275–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275static void
276add_subtitle_to_ui(signal_user_data_t *ud, GhbValue *subsettings)
277{
278 if (subsettings == NULL)
279 return;
280
281 // Add the current subtitle settings to the list.
282 add_to_subtitle_list_ui(ud, subsettings);
283 ghb_live_reset(ud);
284}
285
286static void
287subtitle_add_to_settings(GhbValue *settings, GhbValue *subsettings)

Callers 2

ghb_add_subtitle_filesFunction · 0.85
subtitle_add_cbFunction · 0.85

Calls 2

add_to_subtitle_list_uiFunction · 0.85
ghb_live_resetFunction · 0.85

Tested by

no test coverage detected