[Mplayer-cvslog] CVS: main/libmpdemux demux_mkv.cpp,1.53,1.54
Moritz Bunkus CVS
mosu at mplayerhq.hu
Fri Jan 23 16:16:53 CET 2004
- Previous message: [Mplayer-cvslog] CVS: main cfg-mencoder.h, 1.74, 1.75 mencoder.c, 1.230, 1.231
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux demux_matroska.c, NONE, 1.1 Makefile, 1.74, 1.75 demux_mkv.c, 1.5, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/tmp/cvs-serv32681
Modified Files:
demux_mkv.cpp
Log Message:
Fix for compilation with libmatroska 0.6.3.
Index: demux_mkv.cpp
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mkv.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- demux_mkv.cpp 11 Jan 2004 13:36:53 -0000 1.53
+++ demux_mkv.cpp 23 Jan 2004 15:16:50 -0000 1.54
@@ -1243,7 +1243,6 @@
KaxCueClusterPosition *ccpos;
KaxCueTrack *ctrack;
KaxCueTrackPositions *ctrackpos;
- KaxCueReference *cref;
int upper_lvl_el, i, k;
uint64_t tc_scale, filepos = 0, timecode = 0;
uint32_t tnum = 0;
@@ -1317,9 +1316,7 @@
mp_msg(MSGT_DEMUX, MSGL_DBG2, "[mkv] | + found cue cluster "
"position: %llu\n", filepos);
- cref = FINDFIRST(ctrackpos, KaxCueReference);
- add_index_entry(mkv_d, tnum, filepos, timecode,
- cref == NULL ? 1 : 0);
+ add_index_entry(mkv_d, tnum, filepos, timecode, 1);
ctrackpos = FINDNEXT(cpoint, KaxCueTrackPositions, ctrackpos);
}
- Previous message: [Mplayer-cvslog] CVS: main cfg-mencoder.h, 1.74, 1.75 mencoder.c, 1.230, 1.231
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux demux_matroska.c, NONE, 1.1 Makefile, 1.74, 1.75 demux_mkv.c, 1.5, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list