summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/thp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/thp.c b/libavformat/thp.c
index 18d4afea24..27d7ab433b 100644
--- a/libavformat/thp.c
+++ b/libavformat/thp.c
@@ -126,6 +126,7 @@ static int thp_read_header(AVFormatContext *s)
st->codec->codec_tag = 0; /* no fourcc */
st->codec->channels = avio_rb32(pb); /* numChannels. */
st->codec->sample_rate = avio_rb32(pb); /* Frequency. */
+ st->duration = avio_rb32(pb);
avpriv_set_pts_info(st, 64, 1, st->codec->sample_rate);