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

Function ghb_set_scale_busy

gtk/src/hb-backend.c:4272–4276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4270static gboolean scale_busy = FALSE;
4271
4272void
4273ghb_set_scale_busy (gboolean busy)
4274{
4275 scale_busy = busy;
4276}
4277
4278void
4279ghb_set_scale(signal_user_data_t *ud, gint mode)

Callers 2

ghb_set_scaleFunction · 0.85
ghb_load_post_settingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected