[MPlayer-cvslog] CVS: main/libmpdemux demux_mkv.c,1.42,1.43
Moritz Bunkus CVS
syncmail at mplayerhq.hu
Thu May 19 14:09:28 CEST 2005
- Previous message: [MPlayer-cvslog] CVS: main version.sh,1.15,1.16
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux stream_dvd.c, NONE, 1.1 dvdnav_stream.c, 1.3, 1.4 Makefile, 1.88, 1.89 open.c, 1.106, 1.107 stream.c, 1.75, 1.76
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Moritz Bunkus CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv21298
Modified Files:
demux_mkv.c
Log Message:
Reset the saved max_pts used for timecode reordering after seeking. Otherwise playback is broken after seeking back in a file that needs the timecodes to be reordered. Patch by Sam Dennis <sam () malfunction ! screaming !net>
Index: demux_mkv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mkv.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- demux_mkv.c 14 May 2005 06:52:25 -0000 1.42
+++ demux_mkv.c 19 May 2005 12:09:26 -0000 1.43
@@ -458,6 +458,7 @@
track->cached_dps = NULL;
track->num_cached_dps = 0;
track->num_allocated_dps = 0;
+ track->max_pts = 0;
}
}
- Previous message: [MPlayer-cvslog] CVS: main version.sh,1.15,1.16
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux stream_dvd.c, NONE, 1.1 dvdnav_stream.c, 1.3, 1.4 Makefile, 1.88, 1.89 open.c, 1.106, 1.107 stream.c, 1.75, 1.76
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list