Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ hb_dvd_close
Function
hb_dvd_close
libhb/dvd.c:1432–1435 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1430
}
1431
1432
void hb_dvd_close( hb_dvd_t ** _d )
1433
{
1434
dvd_methods->close(_d);
1435
}
1436
1437
int hb_dvd_angle_count( hb_dvd_t * d )
1438
{
Callers
3
hb_reader_open
Function · 0.85
reader_close
Function · 0.85
ScanFunc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected