From 30b33fed36303d44f502904941f0da41732bb2d6 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 6 Jul 2021 17:51:36 +0200 Subject: [PATCH] Small fixes --- core-buffer/include/formats.hpp | 2 +- std-det-writer/src/main.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core-buffer/include/formats.hpp b/core-buffer/include/formats.hpp index c9e5e25..1d0f0f8 100644 --- a/core-buffer/include/formats.hpp +++ b/core-buffer/include/formats.hpp @@ -30,7 +30,7 @@ struct ImageMetadata { uint64_t id; uint64_t height; uint64_t width; - uint16_t dtype; + uint16_t dtype; uint16_t encoding; uint16_t source_id; uint16_t status; diff --git a/std-det-writer/src/main.cpp b/std-det-writer/src/main.cpp index 451d530..cb3fcb9 100644 --- a/std-det-writer/src/main.cpp +++ b/std-det-writer/src/main.cpp @@ -7,7 +7,6 @@ #include "BufferUtils.hpp" #include "live_writer_config.hpp" #include "WriterStats.hpp" -#include "store_format.hpp" #include "JFH5Writer.hpp" #include "DetWriterConfig.hpp"