diff options
author | dynaflash <[email protected]> | 2007-03-18 15:14:01 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-03-18 15:14:01 +0000 |
commit | 91b712aaaebff79b14d8c341b96a807440001db3 (patch) | |
tree | ed6c09e72f7496b369cc1e5a0573f67d0bf078b1 /libhb/deca52.c | |
parent | c252ad07466ffa60e8a930200ad5132043d91943 (diff) |
saintdev's 64-bit deadlock fix
-should fix some issues when HB is used on a 64 bit system.
-thanks saintdev!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@436 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/deca52.c')
-rw-r--r-- | libhb/deca52.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libhb/deca52.c b/libhb/deca52.c index 1886b139a..5294a5be5 100644 --- a/libhb/deca52.c +++ b/libhb/deca52.c @@ -143,8 +143,7 @@ static hb_buffer_t * Decode( hb_work_object_t * w ) hb_work_private_t * pv = w->private_data; hb_buffer_t * buf; int i, j, k; - uint64_t pts; - int pos; + uint64_t pts, pos; /* Get a frame header if don't have one yet */ if( !pv->sync ) |