Diff for /multiplexer/splicets.c between versions 1.9 and 1.10

version 1.9, 2001/05/03 13:21:45 version 1.10, 2001/05/07 15:26:34
Line 710  static void proc_unparsedsi (stream_desc Line 710  static void proc_unparsedsi (stream_desc
                 /* check if ==  s->ctrl.ptr[s->ctrl.out].length); ? */                  /* check if ==  s->ctrl.ptr[s->ctrl.out].length); ? */
   list_incr (s->ctrl.out,s->ctrl,1);    list_incr (s->ctrl.out,s->ctrl,1);
   if (list_empty (s->ctrl)) {    if (list_empty (s->ctrl)) {
       input_closefileifunused (s->fdescr);
     s->data.out = s->data.in;      s->data.out = s->data.in;
   } else {    } else {
     s->data.out = s->ctrl.ptr[s->ctrl.out].index;      s->data.out = s->ctrl.ptr[s->ctrl.out].index;

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


LinuxTV legacy CVS <linuxtv.org/cvs>