Commit d7f60f69 authored by Pavel Rojtberg's avatar Pavel Rojtberg

videoio: fix CAP_IMAGES

broken in 11eafca3
parent 4b339104
...@@ -288,7 +288,7 @@ bool CvCapture_Images::open(const std::string& _filename) ...@@ -288,7 +288,7 @@ bool CvCapture_Images::open(const std::string& _filename)
} }
} }
if(!haveImageReader(filename)) if(!haveImageReader(str))
break; break;
length++; length++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment