mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00: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;
|
||||
int64_t pts;
|
||||
int status;
|
||||
int ret;
|
||||
int ret = 0;
|
||||
|
||||
FF_FILTER_FORWARD_STATUS_BACK(outlink, inlink);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user