diff options
Diffstat (limited to 'src/AS_DCP_DCData_internal.h')
| -rw-r--r-- | src/AS_DCP_DCData_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AS_DCP_DCData_internal.h b/src/AS_DCP_DCData_internal.h index b3f95f6..167e566 100644 --- a/src/AS_DCP_DCData_internal.h +++ b/src/AS_DCP_DCData_internal.h @@ -57,8 +57,8 @@ namespace DCData public: DCDataDescriptor m_DDesc; - h__Reader(const Dictionary *d) : ASDCP::h__ASDCPReader(d), m_EssenceDescriptor(0), - m_DDesc() {} + h__Reader(const Dictionary *d, Kumu::IFileReaderFactory& f) : + ASDCP::h__ASDCPReader(d, f), m_EssenceDescriptor(0), m_DDesc() {} ~h__Reader() {} Result_t OpenRead(const std::string&); Result_t ReadFrame(ui32_t, FrameBuffer&, AESDecContext*, HMACContext*); |
