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

pull/1779/merge
Roman Donchenko 11 years ago committed by OpenCV Buildbot
commit 28e0d3d771
  1. 2
      modules/highgui/test/test_ffmpeg.cpp

@ -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;

Loading…
Cancel
Save