changeset 15701:8816b33b8948

demux_stream_t.pts should not be assigned by the demuxer. Fixes playback of VFR files. Patch by Sam Dennis <sam () malfunction ! screaming ! net>
author mosu
date Thu, 09 Jun 2005 07:45:17 +0000
parents a398c21242bf
children 9dbea0b7f3ce
files libmpdemux/demux_mkv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_mkv.c	Thu Jun 09 06:58:41 2005 +0000
+++ b/libmpdemux/demux_mkv.c	Thu Jun 09 07:45:17 2005 +0000
@@ -2938,7 +2938,7 @@
 
   if (use_this_block)
     {
-      mkv_d->last_pts = ds->pts = current_pts;
+      mkv_d->last_pts = current_pts;
       mkv_d->last_filepos = demuxer->filepos;
 
       for (i=0; i < laces; i++)