summaryrefslogtreecommitdiff
path: root/libavformat/s337m.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/s337m.c')
-rw-r--r--libavformat/s337m.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/s337m.c b/libavformat/s337m.c
index 36e1047af8..9e3c8ed1ba 100644
--- a/libavformat/s337m.c
+++ b/libavformat/s337m.c
@@ -189,6 +189,7 @@ static int s337m_read_packet(AVFormatContext *s, AVPacket *pkt)
}
st->codecpar->codec_type = AVMEDIA_TYPE_AUDIO;
st->codecpar->codec_id = codec;
+ st->need_parsing = AVSTREAM_PARSE_HEADERS;
}
return 0;