[FFmpeg-cvslog] avfilter/vf_dedot: initizalize ret variable

Paul B Mahol git at videolan.org
Fri Nov 16 22:41:37 EET 2018


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Nov 16 21:39:37 2018 +0100| [395508d9b6c7ad7ddef5ae9a9d1229913b118437] | committer: Paul B Mahol

avfilter/vf_dedot: initizalize ret variable

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=395508d9b6c7ad7ddef5ae9a9d1229913b118437
---

 libavfilter/vf_dedot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_dedot.c b/libavfilter/vf_dedot.c
index 35862c5cd4..bb0f9e5ac8 100644
--- 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);
 



More information about the ffmpeg-cvslog mailing list