OSDN Git Service

fix a problem with point-to-point hanging when searching for start point
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 26 May 2010 20:39:52 +0000 (20:39 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 26 May 2010 20:39:52 +0000 (20:39 +0000)
commit5779d8fbc8f736b05047a002c0757e87b7cd7147
treea71226ac1919abfa1e746f5e8457ff6a7f58f568
parent44a5ffc4f031e2df093f13be8f81bcbacd5d52e6
fix a problem with point-to-point hanging when searching for start point
in reader, the timestamps were not being correctly adjusted for scr offset
before comparing to start time.  This could cause an early start in reader.
Then in sync, syncAudioWork stalled until the correct start of video was
found, causing the audio fifo to fill and stall the whole pipeline.

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