| 273 | } |
| 274 | |
| 275 | static void |
| 276 | add_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 | |
| 286 | static void |
| 287 | subtitle_add_to_settings(GhbValue *settings, GhbValue *subsettings) |
no test coverage detected