diff options
| author | milla <marc.illa@dolby.com> | 2021-05-26 13:32:55 +0200 |
|---|---|---|
| committer | milla <marc.illa@dolby.com> | 2021-06-03 13:50:11 +0200 |
| commit | facf4f4c7a8ed65d59baed9020d5fa061b952874 (patch) | |
| tree | 8c718f4b7690db47315ebf70b6443f3fba540cf7 /src/KLV.h | |
| parent | 7a085ad0d445ffc63ec42a2faa69a82138931575 (diff) | |
FileReader pluggable at runtime
Diffstat (limited to 'src/KLV.h')
| -rwxr-xr-x | src/KLV.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -249,8 +249,8 @@ inline const char* ui64sz(ui64_t i, char* buf) KLVFilePacket() {} virtual ~KLVFilePacket() {} - virtual Result_t InitFromFile(const Kumu::FileReader&); - virtual Result_t InitFromFile(const Kumu::FileReader&, const UL& label); + virtual Result_t InitFromFile(const Kumu::IFileReader&); + virtual Result_t InitFromFile(const Kumu::IFileReader&, const UL& label); virtual Result_t WriteKLToFile(Kumu::FileWriter& Writer, const UL& label, ui32_t length); }; |
