From fdd28f8bb3608978e75b27c5410db447396f361b Mon Sep 17 00:00:00 2001 From: milla Date: Wed, 26 May 2021 13:59:19 +0200 Subject: Put definitions inside their corresponding namespaces --- src/MPEG2_Parser.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/MPEG2_Parser.cpp') diff --git a/src/MPEG2_Parser.cpp b/src/MPEG2_Parser.cpp index 8b79d51..3eefc96 100755 --- a/src/MPEG2_Parser.cpp +++ b/src/MPEG2_Parser.cpp @@ -44,6 +44,11 @@ const ui32_t VESReadSize = 4 * Kumu::Kilobyte; //------------------------------------------------------------------------------------------ +namespace ASDCP { + +namespace MPEG2 +{ + // enum ParserState_t { ST_INIT, @@ -365,7 +370,7 @@ public: // - any frame that begins with a picture header is either an I, B or P frame // and is assumed to contain a complete picture header and picture data -class ASDCP::MPEG2::Parser::h__Parser +class Parser::h__Parser { StreamParams m_ParamsDelegate; FrameParser m_ParserDelegate; @@ -388,6 +393,8 @@ public: Result_t FillVideoDescriptor(VideoDescriptor&); }; +} // namespace MPEG2 +} // namespace asdcp // Result_t -- cgit v1.2.3