]> granicus.if.org Git - libmatroska/commitdiff
KaxSemantic.cpp: add missing function implementations for KaxChapterTranslate*
authorMoritz Bunkus <moritz@bunkus.org>
Mon, 22 Jun 2020 08:20:11 +0000 (10:20 +0200)
committerMoritz Bunkus <moritz@bunkus.org>
Mon, 22 Jun 2020 08:20:11 +0000 (10:20 +0200)
src/KaxSemantic.cpp

index 3cefb118d2f2d017ce3b3996d3475f267ce48ac6..dc962ea837dab32fc26dd30f9ae1aa6bf2e0b607 100644 (file)
@@ -851,4 +851,14 @@ filepos_t KaxFileUsedEndTime::RenderData(IOCallback & /* output */, bool /* bFor
   return 0;
 }
 
+filepos_t KaxChapterTranslateEditionUID::RenderData(IOCallback & /* output */, bool /* bForceRender */, bool /* bSaveDefault */) {
+  assert(false); // no you are not allowed to use this element !
+  return 0;
+}
+
+filepos_t KaxChapterTranslateCodec::RenderData(IOCallback & /* output */, bool /* bForceRender */, bool /* bSaveDefault */) {
+  assert(false); // no you are not allowed to use this element !
+  return 0;
+}
+
 END_LIBMATROSKA_NAMESPACE