X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2FPCMParserList.h;h=72bad1bf4c792f03a4e68a6784af0124df2c914d;hb=refs%2Fheads%2Fcarl-2;hp=80c1d52f194d65d9ceb09205491d03b7ef178d15;hpb=e0f46a5384974afa6f0be8a738e4989853323fbe;p=asdcplib.git diff --git a/src/PCMParserList.h b/src/PCMParserList.h index 80c1d52..72bad1b 100755 --- a/src/PCMParserList.h +++ b/src/PCMParserList.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2004-2012, John Hurst +Copyright (c) 2004-2013, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -32,8 +32,8 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef _PCMPARSERLIST_H_ #define _PCMPARSERLIST_H_ -#include -#include +#include +#include #include namespace ASDCP @@ -54,7 +54,7 @@ namespace ASDCP ParserInstance(); virtual ~ParserInstance(); - Result_t OpenRead(const char* filename, const Rational& PictureRate); + Result_t OpenRead(const std::string& filename, const Rational& PictureRate); Result_t PutSample(byte_t* p); Result_t ReadFrame(); inline ui32_t SampleSize() { return m_SampleSize; }