Diff for /multiplexer/global.c between versions 1.7 and 1.8

version 1.7, 2003/08/25 21:05:23 version 1.8, 2004/01/23 01:39:04
Line 1 Line 1
 /*  /*
  * ISO 13818 stream multiplexer   * ISO 13818 stream multiplexer
  * Copyright (C) 2001 Convergence Integrated Media GmbH Berlin   * Copyright (C) 2001 Convergence Integrated Media GmbH Berlin
  * Author: Oskar Schirmer (oskar@scara.com)   * Copyright (C) 2004 Oskar Schirmer (oskar@scara.com)
  *   *
  * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
Line 28 Line 28
   
 boolean timed_io;  boolean timed_io;
 boolean accept_weird_scr;  boolean accept_weird_scr;
   boolean conservative_pid_assignment;
 t_msec global_delta;  t_msec global_delta;
   
 #ifdef DEBUG_TIMEPOLL  #ifdef DEBUG_TIMEPOLL
Line 138  void global_init (void) Line 139  void global_init (void)
   global_delta = - msec_now ();    global_delta = - msec_now ();
   timed_io = FALSE;    timed_io = FALSE;
   accept_weird_scr = FALSE;    accept_weird_scr = FALSE;
     conservative_pid_assignment = FALSE;
 }  }
   

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


LinuxTV legacy CVS <linuxtv.org/cvs>