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

Function hb_stop

libhb/hb.c:2067–2072  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2065 * @param h Handle to hb_handle_t.
2066 */
2067void hb_stop( hb_handle_t * h )
2068{
2069 h->work_error = HB_ERROR_CANCELED;
2070 h->work_die = 1;
2071 hb_resume( h );
2072}
2073
2074/**
2075 * Stops the conversion process.

Callers 3

thread_funcFunction · 0.85
ghb_stop_queueFunction · 0.85
ghb_stop_live_encodeFunction · 0.85

Calls 1

hb_resumeFunction · 0.85

Tested by

no test coverage detected