diff options
| author | milla <marc.illa@dolby.com> | 2021-06-10 18:53:53 +0200 |
|---|---|---|
| committer | milla <marc.illa@dolby.com> | 2021-06-10 18:54:53 +0200 |
| commit | cf03c022f3d634fd0352b43ce9ac1ca4ac031c5b (patch) | |
| tree | 8a96ef5a6fdcb0b10010c7698e0bf11555d658eb /src/AS_DCP_internal.h | |
| parent | 767bab5bb08fc4d43c8ca3fa24fa7713597cb9ca (diff) | |
Fixes regarding flilereader pluggable after AS_02_JXS changes by upstream
Diffstat (limited to 'src/AS_DCP_internal.h')
| -rwxr-xr-x | src/AS_DCP_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_DCP_internal.h b/src/AS_DCP_internal.h index e3cb227..635e831 100755 --- a/src/AS_DCP_internal.h +++ b/src/AS_DCP_internal.h @@ -386,7 +386,7 @@ namespace ASDCP Result_t CalcFrameBufferSize(ui64_t &PacketLength) { KLReader Reader; - Result_t result = Reader.ReadKLFromFile(m_File); + Result_t result = Reader.ReadKLFromFile(*m_File); if ( KM_FAILURE(result) ) return result; |
