Home
last modified time | relevance | path

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

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdvob.c43 int lastrefsect; /* flag that last sector should be recorded as a reference sector */ member
511 if (vsi->lastrefsect && thisvi->numref < 3) in closelastref()
513 thisvi->lastrefsect[thisvi->numref++] = cursect; in closelastref()
514 vsi->lastrefsect = 0; in closelastref()
550 vsi->lastrefsect = 1; /* it's a reference frame */ in scanvideoptr()
1150 vsi.lastrefsect = 0; in FindVobus()
1503 vsi.lastrefsect = 0; in FindVobus()
2451 write4(buf + 0x413 + j * 4, thisvobu->lastrefsect[j] - thisvobu->sector); in FixVobus()
2453 … write4(buf + 0x413 + j * 4, thisvobu->lastrefsect[thisvobu->numref - 1] - thisvobu->sector); in FixVobus()
H A Dda-internal.h75 int lastrefsect[3]; // why on earth do they want the LAST sector of the ref (I, P) frame? member