Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2401
void hb_set_work_error( hb_handle_t * h, hb_error_code err )
2402
{
2403
h->work_error = err;
2404
}
2405
2406
void hb_system_sleep_allow(hb_handle_t *h)
2407
{
Callers
7
hb_dvdnav_read
Function · 0.85
hb_dvdread_read
Function · 0.85
next_packet
Function · 0.85
align_to_next_packet
Function · 0.85
hb_ps_read_packet
Function · 0.85
hb_ffmpeg_read
Function · 0.85
hb_bd_read
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected