added version info to libpyasdcp (same as other lib versions)
[asdcplib.git] / src / PCMParserList.h
index e6bf20b963e10454615478d59ebfd9d475679731..718870c29ee0c469a1c743897be8116c5da53915 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2004, John Hurst
+Copyright (c) 2004-2009, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -62,11 +62,12 @@ namespace ASDCP
   //
   class PCMParserList : public std::vector<ParserInstance*>
     {
+      ASDCP_NO_COPY_CONSTRUCT(PCMParserList);
+
+    protected:
       PCM::AudioDescriptor m_ADesc;
       ui32_t m_ChannelCount;
 
-      ASDCP_NO_COPY_CONSTRUCT(PCMParserList);
-
     public:
       PCMParserList();
       virtual ~PCMParserList();