diff options
Diffstat (limited to 'dvdread/ifo_types.h')
-rw-r--r-- | dvdread/ifo_types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dvdread/ifo_types.h b/dvdread/ifo_types.h index ec4937d..53ffc05 100644 --- a/dvdread/ifo_types.h +++ b/dvdread/ifo_types.h @@ -444,7 +444,7 @@ typedef struct { unsigned int block_type : 2; unsigned int block_mode : 2; #endif - uint16_t ptl_id_mask; + uint16_t ptl_id_tqmask; uint32_t pgc_start_byte; pgc_t *pgc; } ATTRIBUTE_PACKED pgci_srp_t; @@ -596,7 +596,7 @@ typedef struct { playback_type_t pb_ty; uint8_t nr_of_angles; uint16_t nr_of_ptts; - uint16_t parental_id; + uint16_t tqparental_id; uint8_t title_set_nr; uint8_t vts_ttn; uint32_t title_set_sector; |