--- multiplexer/global.c 2003/08/25 21:05:23 1.7 +++ multiplexer/global.c 2004/01/23 01:39:04 1.8 @@ -1,7 +1,7 @@ /* * ISO 13818 stream multiplexer * 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 * it under the terms of the GNU General Public License as published by @@ -28,6 +28,7 @@ boolean timed_io; boolean accept_weird_scr; +boolean conservative_pid_assignment; t_msec global_delta; #ifdef DEBUG_TIMEPOLL @@ -138,5 +139,6 @@ void global_init (void) global_delta = - msec_now (); timed_io = FALSE; accept_weird_scr = FALSE; + conservative_pid_assignment = FALSE; }