MCPcopy 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
1432void hb_dvd_close( hb_dvd_t ** _d )
1433{
1434 dvd_methods->close(_d);
1435}
1436
1437int hb_dvd_angle_count( hb_dvd_t * d )
1438{

Callers 3

hb_reader_openFunction · 0.85
reader_closeFunction · 0.85
ScanFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected