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

Function hb_stream_chapter

libhb/stream.c:1827–1830  ·  view source on GitHub ↗

* hb_stream_chapter *********************************************************************** * Return the number of the chapter that we are currently in. We store * the chapter number starting from 0, so + 1 for the real chapter num. **********************************************************************/

Source from the content-addressed store, hash-verified

1825 * the chapter number starting from 0, so + 1 for the real chapter num.
1826 **********************************************************************/
1827int hb_stream_chapter( hb_stream_t * src_stream )
1828{
1829 return( src_stream->chapter );
1830}
1831
1832/***********************************************************************
1833 * hb_stream_seek

Callers 1

reader_workFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected