summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/dcpdecryptmxf.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dcpdecryptmxf.cc b/tools/dcpdecryptmxf.cc
index 8280cfff..cf8df735 100644
--- a/tools/dcpdecryptmxf.cc
+++ b/tools/dcpdecryptmxf.cc
@@ -79,6 +79,7 @@ void copy (T const& in, shared_ptr<U> writer)
auto frame = reader->get_frame (i);
writer->write (frame->data(), frame->size());
}
+ writer->finalize();
};