diff options
| author | jhurst <jhurst@cinecert.com> | 2021-09-13 11:46:13 -0700 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2021-09-13 11:46:13 -0700 |
| commit | 4a0c724c2ffdf9552324cc607cb6fba48637bb7e (patch) | |
| tree | f0f4da1a4775b4adb8c91a0a453bd80bdb1fa215 /src/AS_02_PHDR.h | |
| parent | 5c13dfb11866e4ecd8d467e87c568436c3c2c1ff (diff) | |
make PHDR work with IFileReaderFactory
Diffstat (limited to 'src/AS_02_PHDR.h')
| -rw-r--r-- | src/AS_02_PHDR.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AS_02_PHDR.h b/src/AS_02_PHDR.h index 754247d..1635c01 100644 --- a/src/AS_02_PHDR.h +++ b/src/AS_02_PHDR.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2011-2018, John Hurst +Copyright (c) 2011-2021, John Hurst All rights reserved. @@ -145,7 +145,7 @@ namespace AS_02 ASDCP_NO_COPY_CONSTRUCT(MXFReader); public: - MXFReader(); + MXFReader(const Kumu::IFileReaderFactory& fileReaderFactory); virtual ~MXFReader(); // Warning: direct manipulation of MXF structures can interfere |
