Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ hb_dvd_start
Function
hb_dvd_start
libhb/dvd.c:1407–1410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1405
}
1406
1407
int hb_dvd_start( hb_dvd_t * d, hb_title_t *title, int chapter )
1408
{
1409
return dvd_methods->start(d, title, chapter);
1410
}
1411
1412
void hb_dvd_stop( hb_dvd_t * d )
1413
{
Callers
2
hb_reader_open
Function · 0.85
DecodePreviews
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected