diff dvdread/ifo_types.h @ 362:3d8edef37c7e src

added read_pgci_srp() and removed another conditional bitfield
author nicodvb
date Sun, 11 May 2008 09:43:48 +0000
parents 4cc7655e7b30
children abca84921371
line wrap: on
line diff
--- a/dvdread/ifo_types.h	Sun May 11 09:27:42 2008 +0000
+++ b/dvdread/ifo_types.h	Sun May 11 09:43:48 2008 +0000
@@ -320,15 +320,9 @@
  */
 typedef struct {
   uint8_t  entry_id;
-#ifdef WORDS_BIGENDIAN
   unsigned int block_mode : 2;
   unsigned int block_type : 2;
   unsigned int unknown1   : 4;
-#else
-  unsigned char unknown1   : 4;
-  unsigned char block_type : 2;
-  unsigned char block_mode : 2;
-#endif  
   uint16_t ptl_id_mask;
   uint32_t pgc_start_byte;
   pgc_t *pgc;