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

Function hb_bd_chapter

libhb/bd.c:979–982  ·  view source on GitHub ↗

* hb_bd_chapter *********************************************************************** * Returns in which chapter the next block to be read is. * Chapter numbers start at 1. **********************************************************************/

Source from the content-addressed store, hash-verified

977 * Chapter numbers start at 1.
978 **********************************************************************/
979int hb_bd_chapter( hb_bd_t * d )
980{
981 return d->chapter;
982}
983
984/***********************************************************************
985 * hb_bd_close

Callers 1

reader_workFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected