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

Function hb_batch_title_count

libhb/batch.c:152–155  ·  view source on GitHub ↗

* hb_batch_title_count **********************************************************************/

Source from the content-addressed store, hash-verified

150 * hb_batch_title_count
151 **********************************************************************/
152int hb_batch_title_count( hb_batch_t * d )
153{
154 return hb_list_count( d->list_file );
155}
156
157/***********************************************************************
158 * hb_batch_title_scan

Callers 2

ScanFuncFunction · 0.85
UpdateState1Function · 0.85

Calls 1

hb_list_countFunction · 0.85

Tested by

no test coverage detected