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.