diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-24 22:01:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-24 22:01:09 +0200 |
| commit | ca354793fd2c6f8b3921d6e6fb387f7b6f81b2d4 (patch) | |
| tree | 4559f21322334fcb2b36cb32ded76dab8938454f | |
| parent | fec5758b899c93b3832e1a6c7d3f8db410f14752 (diff) | |
Remove assert.v1.0.7
On failure the error code should be returned from the method anyway.
| -rwxr-xr-x | src/MXF.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/MXF.cpp b/src/MXF.cpp index cb873d9..443def3 100755 --- a/src/MXF.cpp +++ b/src/MXF.cpp @@ -1229,7 +1229,6 @@ ASDCP::MXF::OPAtomIndexFooter::WriteToFile(Kumu::FileWriter& Writer, ui64_t dura { ui32_t write_count = 0; result = Writer.Write(FooterBuffer.RoData(), FooterBuffer.Size(), &write_count); - assert(write_count == FooterBuffer.Size()); } return result; |
