Diff for /multiplexer/global.h between versions 1.8 and 1.9

version 1.8, 2001/04/25 12:29:24 version 1.9, 2001/04/25 16:17:05
Line 221  typedef struct tsautodescr { Line 221  typedef struct tsautodescr {
   int tsid;    int tsid;
 } tsauto_descr;  } tsauto_descr;
   
   /* Declaration of pid ranges as being not-to-be-parsed SI */
   typedef struct tssidescr {
     struct tssidescr *next;
     short pid_low;
     short pid_high;
   } tssi_descr;
   
 /* Supported input file types */  /* Supported input file types */
 typedef enum {  typedef enum {
   ct_none,    ct_none,
Line 285  typedef struct { Line 292  typedef struct {
       pmt_descr *pat;        pmt_descr *pat;
       pmt_descr *newpat;        pmt_descr *newpat;
       tsauto_descr *tsauto;        tsauto_descr *tsauto;
         tssi_descr *tssi;
       struct streamdescr *stream[MAX_STRPERTS];        struct streamdescr *stream[MAX_STRPERTS];
     } ts;      } ts;
   } u;    } u;

Removed from v.1.8  
changed lines
  Added in v.1.9


LinuxTV legacy CVS <linuxtv.org/cvs>