]> granicus.if.org Git - handbrake/commitdiff
Fixes a typo in MP4 chapter marker durations. Thanks, van!
authorjbrjake <jb.rubin@gmail.com>
Sat, 29 Dec 2007 16:03:29 +0000 (16:03 +0000)
committerjbrjake <jb.rubin@gmail.com>
Sat, 29 Dec 2007 16:03:29 +0000 (16:03 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1154 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/muxmp4.c

index 157ce235130fff06ac8d3151c981bc7eb640b2fc..0e7cf123c943e10c2dd53601536041d70d2eb589 100644 (file)
@@ -399,7 +399,7 @@ static int MP4Mux( hb_mux_object_t * m, hb_mux_data_t * mux_data,
             }
             free(sample);
             m->current_chapter++;
-            m->chapter_duration = duration;
+            m->chapter_duration += duration;
         }
     
         /* Video */