PreviewImage: remove mutex
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user