X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fvapoursynth.c;h=69fde1a806c9d51bda17fa1c15c370b6c605cad4;hb=e0686318ddd7a5138d1847d97fe967fb2e813802;hp=f3ad6910e58361438fd1a8100114dc948adad7c6;hpb=fef55251d82ca1043689dddf5d03aa96c75cd4bb;p=ffmpeg diff --git a/libavformat/vapoursynth.c b/libavformat/vapoursynth.c index f3ad6910e58..69fde1a806c 100644 --- a/libavformat/vapoursynth.c +++ b/libavformat/vapoursynth.c @@ -177,7 +177,7 @@ static av_cold int read_header_vs(AVFormatContext *s) char dummy; const VSVideoInfo *info; struct VSState *vss_state; - int err; + int err = 0; vss_state = av_mallocz(sizeof(*vss_state)); if (!vss_state) {