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

Function subtitle_reset_cb

gtk/src/subtitlehandler.c:1372–1378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1370}
1371
1372G_MODULE_EXPORT void
1373subtitle_reset_cb (GSimpleAction *action, GVariant *param, gpointer data)
1374{
1375 signal_user_data_t *ud = ghb_ud();
1376 set_pref_subtitle(ud);
1377 ghb_update_summary_info(ud);
1378}
1379
1380// When the container changes, it may be necessary to burn additional
1381// subtitles. Since only one can be burned, some subtitles may be

Callers

nothing calls this directly

Calls 3

ghb_udFunction · 0.85
set_pref_subtitleFunction · 0.85
ghb_update_summary_infoFunction · 0.85

Tested by

no test coverage detected