diff --git a/libavcodec/webvttdec.c b/libavcodec/webvttdec.c index fb1a422124..735458879d 100644 --- a/libavcodec/webvttdec.c +++ b/libavcodec/webvttdec.c @@ -44,7 +44,7 @@ static const struct { static int webvtt_event_to_ass(AVBPrint *buf, const char *p) { - int i, again, skip = 0; + int i, again = 0, skip = 0; while (*p) {