This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avutil/imgutils: remove dead assignment
Signed-off-by: Marton Balint <cus@passwd.hu>
tags/n4.3
Marton Balint
6 years ago
parent
6ee40dcb64
commit
b2e37e3eb2
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavutil/imgutils.c
+ 0
- 1
libavutil/imgutils.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save