summaryrefslogtreecommitdiffstats
path: root/libhb/reader.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2012-03-04 09:01:03 +0000
committerjstebbins <[email protected]>2012-03-04 09:01:03 +0000
commit714768e0c7023159ce31c0b4009fb7abd762e1f8 (patch)
treebf2b2cc6eda67eca68a0463a92d80aa418c302ec /libhb/reader.c
parenta008a3808454e532e8c02a8c216556297194b5e5 (diff)
Fix p-to-p start time detection
Brainfart caused start time detection in TS files to break. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4488 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/reader.c')
-rw-r--r--libhb/reader.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/reader.c b/libhb/reader.c
index 0741fb179..d7661d9b4 100644
--- a/libhb/reader.c
+++ b/libhb/reader.c
@@ -404,8 +404,6 @@ void ReadLoop( void * _w )
if ( buf->start > 0 )
{
pts_to_start += buf->start;
- r->pts_to_start += buf->start;
- r->job->pts_to_start += buf->start;
}
}