diff options
| author | jhurst <jhurst@cinecert.com> | 2018-10-03 18:15:32 +0000 |
|---|---|---|
| committer | jhurst <> | 2018-10-03 18:15:32 +0000 |
| commit | 2102a29cb047b761ead7cd7e5941e7ef393e4c29 (patch) | |
| tree | 16415ea2351c3e2b2f01975cea9d613bea1aec8f /src/as-02-unwrap.cpp | |
| parent | fe4a6f8790279afbd571bdee34803097d0d6b88b (diff) | |
o Fixed bugs reported by Dolby:
bad assert test when writing GS partition
unset frame count in ISXD unwrap
bad UL when writing ISXF content packages
Diffstat (limited to 'src/as-02-unwrap.cpp')
| -rwxr-xr-x | src/as-02-unwrap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/as-02-unwrap.cpp b/src/as-02-unwrap.cpp index 623d2db..f0b3ba3 100755 --- a/src/as-02-unwrap.cpp +++ b/src/as-02-unwrap.cpp @@ -872,6 +872,7 @@ read_isxd_file(CommandOptions& Options) if ( ASDCP_SUCCESS(result) ) { result = FrameBuffer.Capacity(Options.fb_size); + frame_count = Reader.AS02IndexReader().GetDuration(); } if ( ASDCP_SUCCESS(result) ) |
