OSDN Git Service

- Move frame rate code from sync to the end of render so it can account for frame...
authorvan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 2 May 2009 21:28:39 +0000 (21:28 +0000)
committervan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 2 May 2009 21:28:39 +0000 (21:28 +0000)
commit7d0a452889829dc26998204b746a887815c5e56c
treed12b7b899d02ad8f3ef9315991ccc08dcc383b84
parent4492baed8419c98662efc84deec2d766834f6287
 - Move frame rate code from sync to the end of render so it can account for frame timing changes made by filters.
 - Fix a bug that would make CFR alternate between massive drops and massive dups on
some titles.
 - If we're not doing CFR add a factor-of-two fudge factor to init_delay to account f
or the awful clock resolution of some mkvs and mp4s.

git-svn-id: svn://localhost/HandBrake/trunk@2368 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/encx264.c
libhb/render.c
libhb/sync.c
libhb/work.c
test/test.c