comparison dvd_types.h @ 22:3c1df0cb3aee src

Start of rewrite of libdvdnav. Still need to re-implement seeking.
author jcdutton
date Mon, 22 Apr 2002 22:01:28 +0000
parents 3ddf0eaece51
children 0ba15bf3dc25
comparison
equal deleted inserted replaced
21:d2d73f2ad8d3 22:3c1df0cb3aee
277 DVDBool_t Line21Field1InGop; 277 DVDBool_t Line21Field1InGop;
278 DVDBool_t Line21Field2InGop; 278 DVDBool_t Line21Field2InGop;
279 int more_to_come; 279 int more_to_come;
280 } DVDVideoAttributes_t; 280 } DVDVideoAttributes_t;
281 281
282 typedef struct {
283 uint32_t palette; /* The CLUT entries for the highlight palette
284 (4-bits per entry -> 4 entries) */
285 uint16_t sx,sy,ex,ey; /* The start/end x,y positions */
286 uint32_t pts; /* Highlight PTS to match with SPU */
287 uint32_t buttonN; /* Button number for the SPU decoder. */
288 } dvdnav_highlight_area_t;
289
282 290
283 #endif /* DVD_H_INCLUDED */ 291 #endif /* DVD_H_INCLUDED */