OSDN Git Service

- Don't allow chapter durations to go negative (since durations are unsigned the...
authorvan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 25 Apr 2008 06:44:35 +0000 (06:44 +0000)
committervan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 25 Apr 2008 06:44:35 +0000 (06:44 +0000)
commitc2b035d5ce81f063e0397a43b9a09acbe4514a12
treed576667ab49aec5c59d4ce87cfe456d4faf07d39
parentcbc5ebb548048533beeab78d6fbef3d72e67d6d7
 - Don't allow chapter durations to go negative (since durations are unsigned the result will be interpreted as a huge positive number).
 - Revert the change to sync that pushed out the final frame of video -- on many DVDs this frame seems to be junk that's not intended to be displayed.

git-svn-id: svn://localhost/HandBrake/trunk@1438 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/muxmp4.c
libhb/sync.c