diff options
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 ) |