Commit 88f993db authored by Roman Donchenko's avatar Roman Donchenko

Deleted an assignment to a variable that doesn't exist.

parent 534bec3a
......@@ -53,7 +53,6 @@ static Ptr<DenseOpticalFlowExt> createOptFlow(const string& name, bool useGpu)
int main(int argc, const char* argv[])
{
useOclChanged = false;
CommandLineParser cmd(argc, argv,
"{ v video | | Input video }"
"{ o output | | Output video }"
......
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