[Ffmpeg-cvslog] r5958 - trunk/libavformat/gxf.c
michael
subversion
Tue Aug 8 20:02:09 CEST 2006
Author: michael
Date: Tue Aug 8 20:02:09 2006
New Revision: 5958
Modified:
trunk/libavformat/gxf.c
Log:
both timestamps are dts, (checked trailer.gxf, spec is unclear)
Modified: trunk/libavformat/gxf.c
==============================================================================
--- trunk/libavformat/gxf.c (original)
+++ trunk/libavformat/gxf.c Tue Aug 8 20:02:09 2006
@@ -462,7 +462,7 @@
// as well.
ret = av_get_packet(pb, pkt, pkt_len);
pkt->stream_index = get_sindex(s, track_id, track_type);
- pkt->pts = field_nr;
+ pkt->dts = field_nr;
return ret;
}
return AVERROR_IO;
More information about the ffmpeg-cvslog
mailing list