Diff for /multiplexer/global.h between versions 1.4 and 1.5

version 1.4, 2001/04/03 21:14:33 version 1.5, 2001/04/05 14:50:42
Line 58 Line 58
 #define MAX_PSI_SIZE  1025  #define MAX_PSI_SIZE  1025
 #define MAX_PMTSTREAMS (MAX_PSI_SIZE / 4)  #define MAX_PMTSTREAMS (MAX_PSI_SIZE / 4)
   
 #define ENDFILE_CLOSE 0  
 #define ENDFILE_RESET 1  
 #define ENDFILE_CHAIN 2  
   
 #define ENDSTR_KILL      0  #define ENDSTR_KILL      0
 #define ENDSTR_CLOSE     1  #define ENDSTR_CLOSE     1
 #define ENDSTR_WAIT      2  #define ENDSTR_WAIT      2
Line 194  typedef enum { Line 190  typedef enum {
   
 typedef struct {  typedef struct {
   refr_data data;    refr_data data;
   char *name;  
   int handle;    int handle;
     char *name;
     int filerefnum;
   int st_mode;    int st_mode;
   struct pollfd *ufds;    struct pollfd *ufds;
   int skipped; /* undesired bytes skipped, total */    int skipped; /* undesired bytes skipped, total */
Line 204  typedef struct { Line 201  typedef struct {
   int sequence; /* source counter for PES sequence */    int sequence; /* source counter for PES sequence */
   short opendatastreams;    short opendatastreams;
   short openmapstreams;    short openmapstreams;
   byte endaction;    char *append_name;
   boolean automatic; /* extract'o'use */    int append_filerefnum;
     int append_repeatitions;
   int repeatitions;    int repeatitions;
   int auto_programnb;    int auto_programnb;
     boolean automatic; /* extract'o'use */
     boolean stopfile;
   content_type content;    content_type content;
   union {    union {
     struct {      struct {

Removed from v.1.4  
changed lines
  Added in v.1.5


LinuxTV legacy CVS <linuxtv.org/cvs>