mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avutil/imgutils: remove dead assignment
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
6ee40dcb64
commit
b2e37e3eb2
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue