From: Moritz Bunkus Date: Mon, 24 Sep 2012 21:01:00 +0000 (+0000) Subject: Add missing RenderData() declaration for KaxTrackTimecodeScale X-Git-Tag: release-1.4.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ac544deac3406d8b00198b11a84b71e6743c063;p=libmatroska Add missing RenderData() declaration for KaxTrackTimecodeScale git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@861 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- diff --git a/matroska/KaxSemantic.h b/matroska/KaxSemantic.h index 482830f..db7f65c 100644 --- a/matroska/KaxSemantic.h +++ b/matroska/KaxSemantic.h @@ -249,6 +249,8 @@ DECLARE_MKX_UINTEGER(KaxTrackDefaultDuration) }; DECLARE_MKX_FLOAT(KaxTrackTimecodeScale) +public: + filepos_t RenderData(IOCallback & output, bool bForceRender, bool bSaveDefault); }; #if MATROSKA_VERSION >= 2