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

Function ghb_set_preview_image

gtk/src/preview.c:638–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638void
639ghb_set_preview_image(signal_user_data_t *ud)
640{
641 init_preview_image(ud);
642
643 // Display the preview
644 set_preview_image_static(ud, ud->preview->pix);
645}
646
647void
648ghb_reset_preview_image(signal_user_data_t *ud)

Callers 3

ghb_live_resetFunction · 0.85
ghb_timer_cbFunction · 0.85

Calls 2

init_preview_imageFunction · 0.85
set_preview_image_staticFunction · 0.85

Tested by

no test coverage detected