summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/sync.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/sync.c b/libhb/sync.c
index 130800595..c9a4eebe6 100644
--- a/libhb/sync.c
+++ b/libhb/sync.c
@@ -171,8 +171,6 @@ hb_work_object_t * hb_sync_init( hb_job_t * job )
chapter = hb_list_item( title->list_chapter, i - 1 );
duration += chapter->duration;
}
- duration += 90000;
- /* 1 second safety so we're sure we won't miss anything */
}
sync->count_frames_max = duration * title->rate / title->rate_base / 90000;
}