]> granicus.if.org Git - handbrake/commit
sync: fix PtoP hang
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 21 Nov 2016 19:53:27 +0000 (11:53 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 21 Nov 2016 19:53:27 +0000 (11:53 -0800)
commit056b10fd1c2f12bfa9fa4afd2e7bb12b74bdd35e
tree41e8783093df66a05e723cb2f48af2e39d7f5fb4
parent0f7a1b95960fbbf82d77702da7e299c4980ed8c4
sync: fix PtoP hang

reader adjusts pts_to_start after seeking.  if the adjustment makes
pts_to_start == 0, sync didn't properly search for the start point and
hung.
libhb/sync.c