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

Function preview_frame_value_changed_cb

gtk/src/preview.c:695–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695G_MODULE_EXPORT void
696preview_frame_value_changed_cb (GtkWidget *widget, gpointer data)
697{
698 signal_user_data_t *ud = ghb_ud();
699 if (ud->preview->live_id >= 0)
700 {
701 ghb_stop_live_encode();
702 ud->preview->live_id = -1;
703 ud->preview->encode_frame = -1;
704 }
705 ghb_set_preview_image(ud);
706}
707
708G_MODULE_EXPORT gboolean
709preview_close_request_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 3

ghb_udFunction · 0.85
ghb_stop_live_encodeFunction · 0.85
ghb_set_preview_imageFunction · 0.85

Tested by

no test coverage detected