Home
last modified time | relevance | path

Searched refs:maxaudpts (Results 1 – 2 of 2) sorted by path

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h140 int maxaudpts; /* allocated size of audpts array */ member
H A Ddvdvob.c1707 if (ach->numaudpts == ach->maxaudpts) { /* need more space */ in FindVobus()
1708 if (ach->maxaudpts) in FindVobus()
1709 ach->maxaudpts <<= 1; in FindVobus()
1712 ach->maxaudpts = 1; /* first allocation */ in FindVobus()
1716 /*size =*/ ach->maxaudpts * sizeof(struct audpts) in FindVobus()