From e8c71ec28755e77bd6851b9ffd698794d214208a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 4 Jun 2021 13:54:23 +0200 Subject: [PATCH] Missing finalize() in dcpdecryptmxf. --- tools/dcpdecryptmxf.cc | 1 + 1 file changed, 1 insertion(+) 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 writer) auto frame = reader->get_frame (i); writer->write (frame->data(), frame->size()); } + writer->finalize(); }; -- 2.30.2