| 1370 | } |
| 1371 | |
| 1372 | G_MODULE_EXPORT void |
| 1373 | subtitle_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 |
nothing calls this directly
no test coverage detected