PreviewImage: remove mutex

This commit is contained in:
2024-05-23 22:58:52 +02:00
parent 500222bdcc
commit f85b87bfd2
10 changed files with 181 additions and 139 deletions
+3 -1
View File
@@ -209,7 +209,9 @@ int main(int argc, char **argv) {
MXAnalyzer analyzer(x);
PreviewImage preview(x);
PreviewImage preview;
preview.Configure(x);
uint64_t indexed_images = 0;
LossyFilter filter(x);