Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ hb_dvd_chapter
Function
hb_dvd_chapter
libhb/dvd.c:1427–1430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1425
}
1426
1427
int hb_dvd_chapter( hb_dvd_t * d )
1428
{
1429
return dvd_methods->chapter(d);
1430
}
1431
1432
void hb_dvd_close( hb_dvd_t ** _d )
1433
{
Callers
1
reader_work
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected