MCPcopy 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
1407int hb_dvd_start( hb_dvd_t * d, hb_title_t *title, int chapter )
1408{
1409 return dvd_methods->start(d, title, chapter);
1410}
1411
1412void hb_dvd_stop( hb_dvd_t * d )
1413{

Callers 2

hb_reader_openFunction · 0.85
DecodePreviewsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected