diff --git a/libavformat/rawdec.c b/libavformat/rawdec.c
index 589cdd5db9c5a048c774caf705618e08c3d77cb9..3e2dd059404e5e4bf9c0248db0dd8e8846523185 100644
--- a/libavformat/rawdec.c
+++ b/libavformat/rawdec.c
@@ -129,6 +129,7 @@ int ff_raw_audio_read_header(AVFormatContext *s,
     st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
     st->codec->codec_id = s->iformat->value;
     st->need_parsing = AVSTREAM_PARSE_FULL;
+    st->start_time = 0;
     /* the parameters will be extracted from the compressed bitstream */
 
     return 0;