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

Function hb_bd_seek_chapter

libhb/bd.c:855–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853}
854
855int hb_bd_seek_chapter( hb_bd_t * d, int c )
856{
857 d->next_chap = c;
858 bd_seek_chapter( d->bd, c - 1 );
859 hb_ts_stream_reset(d->stream);
860 return 1;
861}
862
863/***********************************************************************
864 * hb_bd_read

Callers 1

hb_reader_openFunction · 0.85

Calls 1

hb_ts_stream_resetFunction · 0.85

Tested by

no test coverage detected