[Mplayer-cvslog] CVS: main/libmpdemux demux_mkv.cpp,1.24,1.25
Moritz Bunkus CVS
mosu at mplayerhq.hu
Sun Aug 24 00:51:36 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/help help_mp-bg.h,1.16,1.17 help_mp-cz.h,1.40,1.41 help_mp-de.h,1.71,1.72 help_mp-dk.h,1.28,1.29 help_mp-el.h,1.18,1.19 help_mp-en.h,1.106,1.107 help_mp-es.h,1.29,1.30 help_mp-fr.h,1.44,1.45 help_mp-hu.h,1.65,1.66 help_mp-it.h,1.30,1.31 help_mp-ko.h,1.19,1.20 help_mp-nl.h,1.27,1.28 help_mp-no.h,1.15,1.16 help_mp-pl.h,1.73,1.74 help_mp-pt_BR.h,1.16,1.17 help_mp-ro.h,1.12,1.13 help_mp-ru.h,1.26,1.27 help_mp-sk.h,1.19,1.20 help_mp-tr.h,1.9,1.10 help_mp-uk.h,1.10,1.11 help_mp-zh_CN.h,1.29,1.30help_mp-zh_TW.h,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux demux_mkv.cpp,1.25,1.26
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv1107
Modified Files:
demux_mkv.cpp
Log Message:
Re-added block duration parsing, needed for subtitles. Got lost in the last update. Patch by Bruno Lecointre.
Index: demux_mkv.cpp
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mkv.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- demux_mkv.cpp 17 Aug 2003 10:36:33 -0000 1.24
+++ demux_mkv.cpp 23 Aug 2003 22:51:10 -0000 1.25
@@ -1925,6 +1925,9 @@
true);
kbdur = FINDFIRST(l2, KaxBlockDuration);
+ if (kbdur != NULL)
+ block_duration = uint64(*kbdur);
+
kblock = FINDFIRST(l2, KaxBlock);
if (kblock != NULL)
kblock->SetParent(*mkv_d->cluster);
- Previous message: [Mplayer-cvslog] CVS: main/help help_mp-bg.h,1.16,1.17 help_mp-cz.h,1.40,1.41 help_mp-de.h,1.71,1.72 help_mp-dk.h,1.28,1.29 help_mp-el.h,1.18,1.19 help_mp-en.h,1.106,1.107 help_mp-es.h,1.29,1.30 help_mp-fr.h,1.44,1.45 help_mp-hu.h,1.65,1.66 help_mp-it.h,1.30,1.31 help_mp-ko.h,1.19,1.20 help_mp-nl.h,1.27,1.28 help_mp-no.h,1.15,1.16 help_mp-pl.h,1.73,1.74 help_mp-pt_BR.h,1.16,1.17 help_mp-ro.h,1.12,1.13 help_mp-ru.h,1.26,1.27 help_mp-sk.h,1.19,1.20 help_mp-tr.h,1.9,1.10 help_mp-uk.h,1.10,1.11 help_mp-zh_CN.h,1.29,1.30help_mp-zh_TW.h,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux demux_mkv.cpp,1.25,1.26
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list