summaryrefslogtreecommitdiffstats
path: root/libhb/enclame.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/enclame.c')
-rw-r--r--libhb/enclame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/enclame.c b/libhb/enclame.c
index f663e62eb..c0b0f9df0 100644
--- a/libhb/enclame.c
+++ b/libhb/enclame.c
@@ -80,8 +80,8 @@ static hb_buffer_t * Encode( hb_work_object_t * w )
hb_work_private_t * pv = w->private_data;
hb_buffer_t * buf;
int16_t samples_s16[1152 * 2];
- uint64_t pts;
- int pos, i;
+ uint64_t pts, pos;
+ int i;
if( hb_list_bytes( pv->list ) < pv->input_samples * sizeof( float ) )
{