summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
diff options
context:
space:
mode:
authorjohnallen <[email protected]>2007-01-09 01:46:52 +0000
committerjohnallen <[email protected]>2007-01-09 01:46:52 +0000
commit79d69134a830eb4ffea1e1efe64e1cea26909265 (patch)
tree166c737e917e13d7a343621be1fcbce6159ec656 /libhb/hb.c
parentfa116cfe1e59bba16d9de76a0e39f401a2d91d5c (diff)
Revert changes to threading sleep intervals.
Some users have issues with this. It is less risky to not include this for release 0.7.2 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@100 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.c')
-rw-r--r--libhb/hb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index 977e3dc71..bdd2353d9 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -664,7 +664,7 @@ static void thread_func( void * _h )
hb_unlock( h->state_lock );
}
- hb_snooze( 1000 );
+ hb_snooze( 50 );
}
if( h->work_thread )