mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/vf_dedot: initizalize ret variable
This commit is contained in:
parent
4902780d2b
commit
395508d9b6
@ -265,7 +265,7 @@ static int activate(AVFilterContext *ctx)
|
|||||||
AVFrame *frame = NULL;
|
AVFrame *frame = NULL;
|
||||||
int64_t pts;
|
int64_t pts;
|
||||||
int status;
|
int status;
|
||||||
int ret;
|
int ret = 0;
|
||||||
|
|
||||||
FF_FILTER_FORWARD_STATUS_BACK(outlink, inlink);
|
FF_FILTER_FORWARD_STATUS_BACK(outlink, inlink);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user