avfilter/vf_dedot: initizalize ret variable

pull/301/head
Paul B Mahol 6 years ago
parent 4902780d2b
commit 395508d9b6
  1. 2
      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);

Loading…
Cancel
Save