X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmpeg.c;h=50fe7a1a7687371468bac32f68134c2a016327de;hb=e7c91850531aae4c2e1bf1afc62fc1d910f8736c;hp=68a848a6f635127cd92e6dfc1c8a28327257141d;hpb=a8ad127a63ab6348050bfade358facae68f39a2a;p=ffmpeg diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 68a848a6f63..50fe7a1a768 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -884,7 +884,7 @@ static int vobsub_read_packet(AVFormatContext *s, AVPacket *pkt) FFDemuxSubtitlesQueue *q; AVIOContext *pb = vobsub->sub_ctx->pb; int ret, psize, total_read = 0, i; - AVPacket idx_pkt; + AVPacket idx_pkt = { 0 }; int64_t min_ts = INT64_MAX; int sid = 0;