summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r--libavformat/asf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c
index 0fb6540310..5ab128e716 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -732,7 +732,7 @@ static int64_t asf_read_pts(AVFormatContext *s, int stream_index, int64_t *ppos,
return AV_NOPTS_VALUE;
}
- pts= pkt->pts;
+ pts= pkt->pts * 1000 / AV_TIME_BASE;
av_free_packet(pkt);
if(pkt->flags&PKT_FLAG_KEY){