]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpeg.c
Merge commit '3ad825793a43253154bed05827f27425fc0757df'
[ffmpeg] / libavformat / mpeg.c
index 68a848a6f635127cd92e6dfc1c8a28327257141d..50fe7a1a7687371468bac32f68134c2a016327de 100644 (file)
@@ -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;