diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index a186cfb02e341cafdfe6db4dd1dff94378630ebd..b0f45e5343d17da802aa7c8d61130c6f7e11d5cc 100644
--- a/libavformat/mpeg.c
+++ b/libavformat/mpeg.c
@@ -413,7 +413,7 @@ static int mpegps_read_packet(AVFormatContext *s,
     enum CodecID codec_id = CODEC_ID_NONE;
     enum CodecType type;
     int64_t pts, dts, dummy_pos; //dummy_pos is needed for the index building to work
-    uint8_t dvdaudio_substream_type;
+    uint8_t av_uninit(dvdaudio_substream_type);
 
  redo:
     len = mpegps_read_pes_header(s, &dummy_pos, &startcode, &pts, &dts);