OSDN Git Service

Reverts an hb_snooze call's length from 200 to 50, like titer intended it. Should...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 18 Mar 2007 15:26:01 +0000 (15:26 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 18 Mar 2007 15:26:01 +0000 (15:26 +0000)
commitdb826481ba2d3f3c811a22bec87b92aefbc75d43
treef1edfb10a84744b62e5a11ed1e5768fb312f4413
parentc3341843bff8097ef6a7028d68b760b9bcb39935
Reverts an hb_snooze call's length from 200 to 50, like titer intended it. Should be slightly faster (maybe 1 fps), hopefully might fix some other random problems. It's located in the part of muxcommon.c that waits til the audio and video buffers are full before muxing packets. If the buffers aren't full, it snoozes. So I think it gets run 1 or more times for every frame. The snooze value got altered back in revision 98.

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