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

Function subtitle_exclusive_default

gtk/src/subtitlehandler.c:268–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268static void
269subtitle_exclusive_default(signal_user_data_t *ud, gint index)
270{
271 subtitle_exclusive_default_settings(ud->settings, index);
272 subtitle_refresh_list_ui(ud);
273}
274
275static void
276add_subtitle_to_ui(signal_user_data_t *ud, GhbValue *subsettings)

Callers 1

Tested by

no test coverage detected