Commit 395508d9 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_dedot: initizalize ret variable

parent 4902780d
......@@ -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);
......
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