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
avfilter/lavfutils: remove redundant variable init
Found-by: CSA Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Michael Niedermayer
10 years ago
parent
146e498c9e
commit
17fef17f67
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavfilter/lavfutils.c
+ 0
- 1
libavfilter/lavfutils.c
View File
@@ -79,7 +79,6 @@ int ff_load_image(uint8_t *data[4], int linesize[4],
av_log(log_ctx, AV_LOG_ERROR, "Failed to decode image from file\n");
goto end;
}
ret = 0;
*w = frame->width;
*h = frame->height;
Write
Preview
Loading…
Cancel
Save