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

Function hb_set_work_error

libhb/hb.c:2401–2404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2399}
2400
2401void hb_set_work_error( hb_handle_t * h, hb_error_code err )
2402{
2403 h->work_error = err;
2404}
2405
2406void hb_system_sleep_allow(hb_handle_t *h)
2407{

Callers 7

hb_dvdnav_readFunction · 0.85
hb_dvdread_readFunction · 0.85
next_packetFunction · 0.85
align_to_next_packetFunction · 0.85
hb_ps_read_packetFunction · 0.85
hb_ffmpeg_readFunction · 0.85
hb_bd_readFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected