Home
last modified time | relevance | path

Searched refs:maxvobus (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h147 int maxvobus; /* allocated size of vobu array */ member
H A Ddvdvob.c1475 if (thisvob->numvobus == thisvob->maxvobus) /* need more space */ in FindVobus()
1477 if (!thisvob->maxvobus) in FindVobus()
1478 thisvob->maxvobus = 1; /* first allocation */ in FindVobus()
1480 thisvob->maxvobus <<= 1; in FindVobus()
1485 /*size =*/ thisvob->maxvobus * sizeof(struct vobuinfo) in FindVobus()