Commit b2e37e3e authored by Marton Balint's avatar Marton Balint

avutil/imgutils: remove dead assignment

Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent 6ee40dcb
......@@ -519,7 +519,6 @@ static void memset_bytes(uint8_t *dst, size_t dst_size, uint8_t *clear,
if (clear_size == 1) {
memset(dst, clear[0], dst_size);
dst_size = 0;
} else {
if (clear_size > dst_size)
clear_size = dst_size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment