Index: bench/nanobench.cpp |
diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp |
index 7f87f3792801741b281e49b83bd40870b0776ddb..b2b36fa6c711dcaf66ebc1c6278ee7df1de3ec14 100644 |
--- a/bench/nanobench.cpp |
+++ b/bench/nanobench.cpp |
@@ -583,10 +583,10 @@ public: |
exit(1); |
} |
- fUseMPDs.push_back() = false; |
if (FLAGS_mpd) { |
fUseMPDs.push_back() = true; |
} |
+ fUseMPDs.push_back() = false; |
// Prepare the images for decoding |
for (int i = 0; i < FLAGS_images.count(); i++) { |