From 5a1cb3d86f22e99e5c475773d4e269233096b80b Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 25 Aug 2021 19:04:51 +0200 Subject: [PATCH] Add v11 FIXME to move MatroskaContainer::m_maxFullParseSize to MediaFileInfo --- matroska/matroskacontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matroska/matroskacontainer.cpp b/matroska/matroskacontainer.cpp index 69da918..1b189b0 100644 --- a/matroska/matroskacontainer.cpp +++ b/matroska/matroskacontainer.cpp @@ -35,7 +35,7 @@ namespace TagParser { * \brief Implementation of GenericContainer. */ -std::uint64_t MatroskaContainer::m_maxFullParseSize = 0x3200000; +std::uint64_t MatroskaContainer::m_maxFullParseSize = 0x3200000; // FIXME v11: move to MediaFileInfo /*! * \brief Constructs a new container for the specified \a fileInfo at the specified \a startOffset.