--- multiplexer/global.h 2001/08/01 08:23:18 1.14 +++ multiplexer/global.h 2001/08/01 10:27:41 1.15 @@ -22,7 +22,7 @@ #endif #define PES_LOWEST_SID (0xBC) -#define NUMBER_ELEMD 19 +#define NUMBER_DESCR 256 #define TS_PACKET_SIZE 188 #define CRC_SIZE 4 @@ -216,7 +216,7 @@ typedef struct { int programnumber; short sourceid; byte version; - byte *elemdnew[NUMBER_ELEMD]; + byte *elemdnew[NUMBER_DESCR]; } mapreference; /* Source TS PMT list */ @@ -312,7 +312,7 @@ typedef struct { /* Descriptors, data and reference index list */ typedef struct { - byte *refx[NUMBER_ELEMD]; + byte *refx[NUMBER_DESCR]; byte data[MAX_PSI_SIZE]; } descr_descr;