]> granicus.if.org Git - handbrake/commit
stream: fix chapter marker durations
authorJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 28 Apr 2017 17:29:54 +0000 (10:29 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 28 Apr 2017 17:31:36 +0000 (10:31 -0700)
commitf1af36886b18051d2d2e216769851c2c610bfa3c
tree0eaee4b32bf0d55e1fc661d948b26d981254440f
parente4545085192de208672e158b4d939cef3879ce48
stream: fix chapter marker durations

libav isn't guaranteed to set AVChapter.end.  So don't use it.  Use
AVChapter.start instead.

(cherry picked from commit e590bf7c94592b4351e57db5f66fedb7e7e8e3af)
libhb/stream.c