Commit ba7f1887 authored by Michael Niedermayer's avatar Michael Niedermayer

asfdec: use dts for seeking.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bb4eabac
......@@ -1181,7 +1181,7 @@ static int64_t asf_read_pts(AVFormatContext *s, int stream_index, int64_t *ppos,
return AV_NOPTS_VALUE;
}
pts= pkt->pts;
pts= pkt->dts;
av_free_packet(pkt);
if(pkt->flags&AV_PKT_FLAG_KEY){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment