]> granicus.if.org Git - handbrake/commit
sync: fix p-to-p hang
authorJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 16 Jun 2017 16:42:51 +0000 (09:42 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 16 Jun 2017 16:42:51 +0000 (09:42 -0700)
commit68762017fe256de8df143331d77e06d317edd977
treeff07a58281c388bf69bc98f21b8e962475ed1f60
parent58501164cd4db232961d0fb5de11b1f98ecba150
sync: fix p-to-p hang

Fixes https://github.com/HandBrake/HandBrake/issues/673

If the end point is near the end of file and one of the streams reaches
eof before the end point is detected, the eof buffer for that stream was
not sent.  Flush all streams when end point is reached.
libhb/sync.c