]> granicus.if.org Git - handbrake/commitdiff
really merge the frame count estimate fix this time to the bugfix branch
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 11 Apr 2012 22:02:48 +0000 (22:02 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 11 Apr 2012 22:02:48 +0000 (22:02 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4590 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/sync.c

index 2c5bb902435470d86ae51303ca2584ed066757dc..97f4c1d1ef9a90465871646dd4b91ba7ff0b590b 100644 (file)
@@ -166,8 +166,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;
     }