summaryrefslogtreecommitdiff
path: root/src/MPEG2_Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MPEG2_Parser.cpp')
-rwxr-xr-xsrc/MPEG2_Parser.cpp9
1 files changed, 8 insertions, 1 deletions
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