X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2FPCMParserList.h;h=718870c29ee0c469a1c743897be8116c5da53915;hb=e414c3671619d27816c1961339b02f7352c70711;hp=e6bf20b963e10454615478d59ebfd9d475679731;hpb=8095eaa320551b6795d0368c0ad0c227a3167caa;p=asdcplib.git diff --git a/src/PCMParserList.h b/src/PCMParserList.h index e6bf20b..718870c 100755 --- a/src/PCMParserList.h +++ b/src/PCMParserList.h @@ -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 { + ASDCP_NO_COPY_CONSTRUCT(PCMParserList); + + protected: PCM::AudioDescriptor m_ADesc; ui32_t m_ChannelCount; - ASDCP_NO_COPY_CONSTRUCT(PCMParserList); - public: PCMParserList(); virtual ~PCMParserList();