Home
last modified time | relevance | path

Searched defs:vobgroup (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h212 struct vobgroup { /* contents of a menuset or titleset (<menus> or <titles>) */ struct
213 int numaudiotracks; /* nr <audio> tags seen = size of used part of ad/adwarn arrays */
215 int numvobs; /* size of vobs array */
216 int numallpgcs; /* size of allpgcs array */
217 struct pgc **allpgcs; /* array of pointers to PGCs */
218 struct vob **vobs; /* array of pointers to VOBs */
219 struct videodesc vd; /* describes the video stream, one <video> tag only */
220 struct videodesc vdwarn; /* for saving attribute value mismatches */
221 struct audiodesc ad[8]; /* describes the audio streams, one per <audio> tag */
222 struct audiodesc adwarn[8]; /* for saving attribute value mismatches */
[all …]