Home
last modified time | relevance | path

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

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h149 struct pgc *progchain; /* backpointer to PGC, used for colorinfo and buttons */ member
H A Ddvdvob.c1234 crs[substreamid].origmap = thisvob->progchain->colors; in FindVobus()
1279 if (!findbutton(thisvob->progchain, bn, 0)) in FindVobus()
1291 … b = &thisvob->progchain->buttons[findbutton(thisvob->progchain, bn, 0) - 1]; in FindVobus()
2345 if (thisvob->progchain->numbuttons) in FixVobus()
2348 const struct pgc * const pg = thisvob->progchain; in FixVobus()
H A Ddvdauthor.c1302 static struct vob *vob_new(const char *fname,struct pgc *progchain) in vob_new() argument
1307 v->progchain=progchain; in vob_new()
1357 if (!strcmp(pg->vobs[i]->fname, s->fname) && pg->vobs[i]->progchain->numbuttons == 0) in vobgroup_addvob()