Publishing 2019 R1.1 content and Myriad plugin sources (#162)
[platform/upstream/dldt.git] / inference-engine / samples / validation_app / image_decoder.cpp
index b977b63..0a87426 100644 (file)
@@ -23,7 +23,7 @@ int getLoadModeForChannels(int channels, int base) {
     case 3:
         return base | IMREAD_COLOR;
     }
-    return base | IMREAD_UNCHANGED;
+    return IMREAD_UNCHANGED;
 }
 
 template <class T>