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

Function hb_scan_stop

libhb/hb.c:2078–2082  ·  view source on GitHub ↗

* Stops the conversion process. * @param h Handle to hb_handle_t. */

Source from the content-addressed store, hash-verified

2076 * @param h Handle to hb_handle_t.
2077 */
2078void hb_scan_stop( hb_handle_t * h )
2079{
2080 h->scan_die = 1;
2081 hb_resume( h );
2082}
2083
2084/**
2085 * Returns the state of the conversion process.

Callers 2

thread_funcFunction · 0.85
ghb_backend_scan_stopFunction · 0.85

Calls 1

hb_resumeFunction · 0.85

Tested by

no test coverage detected