get back to single-version ffmpeg wrapper (no more v2); make sure the library builds and the tests pass on Ubuntu 10.04 that includes pretty old version of ffmpeg
This commit is contained in:
@@ -57,7 +57,7 @@ void CV_FramecountTest::run(int)
|
||||
{
|
||||
const int time_sec = 5, fps = 25;
|
||||
|
||||
const string ext[] = {"avi", "mov", "mp4", "mpg", "wmv"};
|
||||
const string ext[] = {"avi", "mov", "mp4"};
|
||||
|
||||
const size_t n = sizeof(ext)/sizeof(ext[0]);
|
||||
|
||||
|
Reference in New Issue
Block a user