Commit 28e0d3d7 authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1784 from SpecLad:ffmpeg-no-png

parents 376993be 405227d5
......@@ -154,7 +154,7 @@ public:
{
try
{
string filename = ts->get_data_path() + "../cv/features2d/tsukuba.png";
string filename = ts->get_data_path() + "readwrite/ordinary.bmp";
VideoCapture cap(filename);
Mat img0 = imread(filename, 1);
Mat img, img_next;
......
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