OSDN Git Service

More code to deal with the flakey streams from NZ TV. They like to change the PCR...
authorvan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 5 Dec 2008 05:09:05 +0000 (05:09 +0000)
committervan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 5 Dec 2008 05:09:05 +0000 (05:09 +0000)
commitde153e3050c5b55a54b0f34b8e2617fd8477a7e9
treececa3339d0c8aa569d151023a92fc4430eb1aff7
parenta149e09e16887756213738045f13010df3104083
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://localhost/HandBrake/trunk@2008 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/demuxmpeg.c
libhb/internal.h
libhb/reader.c
libhb/stream.c