From: Steve Lhomme Date: Sun, 23 Sep 2012 08:44:42 +0000 (+0000) Subject: no more TrackTimecodeScale in Matroska v4 X-Git-Tag: release-1.4.0~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=726c4bee8887af5eb89fc0cfeaba72382771bc95;p=libmatroska no more TrackTimecodeScale in Matroska v4 no more TrackTimecodeScale writing in libmatroska git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@853 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- diff --git a/src/KaxSemantic.cpp b/src/KaxSemantic.cpp index c4a4635..5f52ad0 100644 --- a/src/KaxSemantic.cpp +++ b/src/KaxSemantic.cpp @@ -713,6 +713,11 @@ filepos_t KaxEncryptedBlock::RenderData(IOCallback & /* output */, bool /* bForc return 0; } +filepos_t KaxTrackTimecodeScale::RenderData(IOCallback & /* output */, bool /* bForceRender */, bool /* bSaveDefault */) { + assert(false); // no you are not allowed to use this element ! + return 0; +} + filepos_t KaxTrackOffset::RenderData(IOCallback & /* output */, bool /* bForceRender */, bool /* bSaveDefault */) { assert(false); // no you are not allowed to use this element ! return 0;