From dea975e8c71f793ce0ed95c137e83528a501c643 Mon Sep 17 00:00:00 2001 From: van Date: Fri, 5 Dec 2008 05:09:05 +0000 Subject: More code to deal with the flakey streams from NZ TV. They like to change the PCR without sending a new PCR and we get big timestamp changes but no new reference clock. So now we look at the PTS and if its change is outside a tolerance window we use the new PTS as a PCR & declare a clock discontinuity. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2008 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/reader.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libhb/reader.c') diff --git a/libhb/reader.c b/libhb/reader.c index be7a9aecc..a820b3c11 100644 --- a/libhb/reader.c +++ b/libhb/reader.c @@ -245,7 +245,6 @@ static void ReaderFunc( void * _r ) list = hb_list_init(); hb_buffer_t *ps = hb_buffer_init( HB_DVD_READ_BUFFER_SIZE ); - r->demux.flaky_clock = r->title->flaky_clock; while( !*r->die && !r->job->done ) { -- cgit v1.2.3