# HG changeset patch # User bcoudurier # Date 1226634331 0 # Node ID 9be14682f7b32f6853973e2894bb698f9765a2f3 # Parent 6390b29b59f27feb8f02fa104fceb108a068e77a timestamp is dts in wmv/asf diff -r 6390b29b59f2 -r 9be14682f7b3 asf.c --- a/asf.c Wed Nov 12 21:40:53 2008 +0000 +++ b/asf.c Fri Nov 14 03:45:31 2008 +0000 @@ -791,7 +791,7 @@ /* new packet */ av_new_packet(&asf_st->pkt, asf->packet_obj_size); asf_st->seq = asf->packet_seq; - asf_st->pkt.pts = asf->packet_frag_timestamp; + asf_st->pkt.dts = asf->packet_frag_timestamp; asf_st->pkt.stream_index = asf->stream_index; asf_st->pkt.pos = asf_st->packet_pos= asf->packet_pos;