OSDN Git Service

- Fix sync problems associated with sample rate conversion - the truncation error...
authorvan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 6 Apr 2008 22:28:22 +0000 (22:28 +0000)
committervan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 6 Apr 2008 22:28:22 +0000 (22:28 +0000)
commitcea7bd0f14f96af9ea892b6ea076ae723d291b7c
tree09e1db257321fc039dc78351dc7fdad0cd219aba
parent8f1c1672e82572d46a065a3146551e48dc7effa1
 - Fix sync problems associated with sample rate conversion - the truncation error of the sample rate ratio would build up over time until the audio substantially lagged the video.
 - Don't feed audio through the sample rate converter if we don't have to - it's faster not to & it can introduce a delay that perturbs a/v sync.

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