From e0f46a5384974afa6f0be8a738e4989853323fbe Mon Sep 17 00:00:00 2001 From: jhurst Date: Fri, 3 Feb 2012 19:49:57 +0000 Subject: megachanges --- src/PCMParserList.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/PCMParserList.h') diff --git a/src/PCMParserList.h b/src/PCMParserList.h index 718870c..80c1d52 100755 --- a/src/PCMParserList.h +++ b/src/PCMParserList.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2004-2009, John Hurst +Copyright (c) 2004-2012, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -32,6 +32,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef _PCMPARSERLIST_H_ #define _PCMPARSERLIST_H_ +#include #include #include @@ -53,7 +54,7 @@ namespace ASDCP ParserInstance(); virtual ~ParserInstance(); - Result_t OpenRead(const char* filename, Rational& PictureRate); + Result_t OpenRead(const char* filename, const Rational& PictureRate); Result_t PutSample(byte_t* p); Result_t ReadFrame(); inline ui32_t SampleSize() { return m_SampleSize; } @@ -72,7 +73,8 @@ namespace ASDCP PCMParserList(); virtual ~PCMParserList(); - Result_t OpenRead(ui32_t argc, const char** argv, Rational& PictureRate); + Result_t OpenRead(ui32_t argc, const char** argv, const Rational& PictureRate); + Result_t OpenRead(const Kumu::PathList_t& argv, const Rational& PictureRate); Result_t FillAudioDescriptor(PCM::AudioDescriptor& ADesc) const; Result_t Reset(); Result_t ReadFrame(PCM::FrameBuffer& OutFB); -- cgit v1.2.3