summaryrefslogtreecommitdiff
path: root/src/AS_DCP_DCData_internal.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2021-09-18 09:14:37 -0700
committerjhurst <jhurst@cinecert.com>2021-09-18 09:14:37 -0700
commit29af7be260f9d77d121ca2032f9dfcee40dbdb3a (patch)
treea48f972fac4456968021e861b41546d41de16f44 /src/AS_DCP_DCData_internal.h
parent074872d9ba3ea42e7e274dab2af3f3705cfcec9a (diff)
update to use IFileReaderFactory API
Diffstat (limited to 'src/AS_DCP_DCData_internal.h')
-rw-r--r--src/AS_DCP_DCData_internal.h4
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*);