1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Merge pull request #9326 from sovrasov:video_cap_new_check

This commit is contained in:
Alexander Alekhin
2017-08-30 14:29:48 +00:00
+2
View File
@@ -386,6 +386,8 @@ static CvVideoWriter* cvCreateVideoWriterWithPreference(const char* filename, in
if(!fourcc || !fps)
TRY_OPEN(result, cvCreateVideoWriter_Images(filename))
CV_Assert(result || fps != 0);
switch(apiPreference)
{
default: