diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/scan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/scan.c b/libhb/scan.c index 1c402695d..e06f14c5f 100644 --- a/libhb/scan.c +++ b/libhb/scan.c @@ -377,7 +377,6 @@ static int row_all_dark( hb_buffer_t* buf, int row ) static int column_all_dark( hb_buffer_t* buf, int top, int bottom, int col ) { - int width = buf->plane[0].width; int stride = buf->plane[0].stride; int height = buf->plane[0].height - top - bottom; uint8_t *luma = buf->plane[0].data + stride * top + col; |