diff options
| author | jhurst <jhurst@cinecert.com> | 2021-09-18 09:14:37 -0700 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2021-09-18 09:14:37 -0700 |
| commit | 29af7be260f9d77d121ca2032f9dfcee40dbdb3a (patch) | |
| tree | a48f972fac4456968021e861b41546d41de16f44 /src/AS_DCP_DCData_internal.h | |
| parent | 074872d9ba3ea42e7e274dab2af3f3705cfcec9a (diff) | |
update to use IFileReaderFactory API
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*); |
