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

Function hb_dvd_angle_count

libhb/dvd.c:1437–1440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1435}
1436
1437int hb_dvd_angle_count( hb_dvd_t * d )
1438{
1439 return dvd_methods->angle_count(d);
1440}
1441
1442void hb_dvd_set_angle( hb_dvd_t * d, int angle )
1443{

Callers 1

DecodePreviewsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected