mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/rzpaenc: Remove set-but-unused variable
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
3fc3d712a9
commit
01a580f141
@ -643,8 +643,7 @@ post_skip :
|
||||
if (update_block_stats(s, &bi, &src_pixels[block_offset],
|
||||
min_color, max_color,
|
||||
total_rgb, &pixel_count, avg_color, 1)) {
|
||||
int first_block_offset;
|
||||
first_block_offset = prev_block_offset = block_offset;
|
||||
prev_block_offset = block_offset;
|
||||
|
||||
n_blocks = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user