OSDN Git Service

- nasty bug: at eof, dropping a delay queue frame for CFR could link the render...
authorvan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 7 Jun 2009 05:01:10 +0000 (05:01 +0000)
committervan <van@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 7 Jun 2009 05:01:10 +0000 (05:01 +0000)
commit0eebca08f46ebc25edd7fea90fab8ad6cf545cd0
tree617ac735f2dc8c756de132ab9938189c68e7cf60
parent139bf384a85a15e3bd752d378c6232c7d70a4b66
 - nasty bug: at eof, dropping a delay queue frame for CFR could link the render video output to the free list causing hangs and/or garbage output.
 - since frame rate conversion moved from sync to render, sync has to use input (title) frame rate, not output (job) frame rate.
 - get rid of 'too many frames' check in sync. it can't be done here because it causes reader to deadlock and it belongs in the dvd reader anyway (only dvd input can loop).

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