Replaced the image used in the Highgui_Video.ffmpeg_image test.
authorRoman Donchenko <roman.donchenko@itseez.com>
Mon, 11 Nov 2013 14:30:04 +0000 (18:30 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Mon, 11 Nov 2013 14:30:04 +0000 (18:30 +0400)
commit405227d531f638a646e93f30b04888cdb96991c7
tree351664ac7ef382785f4f3a7cfba58d501a77aed2
parente4dee5b3724227e97af6870d69d79852fbfa0acf
Replaced the image used in the Highgui_Video.ffmpeg_image test.

Our prebuilt FFmpeg Windows binaries don't have PNG support enabled
(because that requires zlib), so that makes a PNG image a bad choice
for this test.

When FFmpeg doesn't support PNG, VideoCapture falls back to the
"image sequence" implementation, which doesn't work for single images.
modules/highgui/test/test_ffmpeg.cpp