]> granicus.if.org Git - handbrake/commit
decsrt: fix p-to-p start time after seeking
authorJohn Stebbins <jstebbins.hb@gmail.com>
Sat, 15 Apr 2017 19:20:21 +0000 (13:20 -0600)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Sat, 15 Apr 2017 19:22:55 +0000 (13:22 -0600)
commitbb92ab00e37bdb87b528b1901d956c1f24417387
treef327eb191c83b6ffad38ad32c8d144f6b0582ee5
parent52d4c21b22cfc91b63a680aa7e475cc0ca6012cb
decsrt: fix p-to-p start time after seeking

Reader can skip data at the beginning of the file.  We were not
informing decsrt how much was skipped when pts_to_start caused the skip.

Fixes https://forum.handbrake.fr/viewtopic.php?f=11&t=36258
libhb/common.h
libhb/decsrtsub.c
libhb/reader.c
libhb/sync.c
libhb/work.c