projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4902780
)
avfilter/vf_dedot: initizalize ret variable
author
Paul B Mahol
<onemda@gmail.com>
Fri, 16 Nov 2018 20:39:37 +0000
(21:39 +0100)
committer
Paul B Mahol
<onemda@gmail.com>
Fri, 16 Nov 2018 20:39:37 +0000
(21:39 +0100)
libavfilter/vf_dedot.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_dedot.c
b/libavfilter/vf_dedot.c
index
35862c5
..
bb0f9e5
100644
(file)
--- a/
libavfilter/vf_dedot.c
+++ b/
libavfilter/vf_dedot.c
@@
-265,7
+265,7
@@
static int activate(AVFilterContext *ctx)
AVFrame *frame = NULL;
int64_t pts;
int status;
- int ret;
+ int ret
= 0
;
FF_FILTER_FORWARD_STATUS_BACK(outlink, inlink);