diff options
-rw-r--r-- | libhb/muxcommon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index 70e384e8a..3fc13b8c7 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -108,7 +108,7 @@ static void MuxerFunc( void * _mux ) break; } - hb_snooze( 200 ); + hb_snooze( 50 ); } /* Create file, write headers */ |