MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_dvd_init

Function hb_dvd_init

libhb/dvd.c:1392–1395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1390}
1391
1392hb_dvd_t * hb_dvd_init( hb_handle_t * h, const char * path )
1393{
1394 return dvd_methods->init(h, path);
1395}
1396
1397int hb_dvd_title_count( hb_dvd_t * d )
1398{

Callers 2

hb_reader_openFunction · 0.85
ScanFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected