Home
last modified time | relevance | path

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

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdvob.c2109 int cellvobu = 0; in MarkChapters() local
2118 cellvobu = j; /* this VOBU is first in cell */ in MarkChapters()
2121 thisvobu->firstvobuincell = cellvobu; in MarkChapters()
2123 cellvobu = va->vobs[i]->numvobus - 1; in MarkChapters()
2124 for (j = cellvobu; j >= 0; j--) in MarkChapters()
2127 thisvobu->lastvobuincell = cellvobu; in MarkChapters()
2129 cellvobu = j - 1; in MarkChapters()