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

Function PgcWalkInit

libhb/dvdnav.c:2016–2019  ·  view source on GitHub ↗

* PgcWalkInit *********************************************************************** * Pgc links can loop. I track which have been visited in a bit vector * Initialize the bit vector to empty. **********************************************************************/

Source from the content-addressed store, hash-verified

2014 * Initialize the bit vector to empty.
2015 **********************************************************************/
2016static void PgcWalkInit( uint32_t pgcn_map[MAX_PGCN/32] )
2017{
2018 memset(pgcn_map, 0, sizeof(uint32_t) * MAX_PGCN/32);
2019}
2020
2021/***********************************************************************
2022 * dvdtime2msec

Callers 3

PttDurationFunction · 0.85
hb_dvdnav_title_scanFunction · 0.85
TitleOpenIfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected