提交 80519a02 编写于 作者: A Alexander Alekhin

Merge pull request #9326 from sovrasov:video_cap_new_check

......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册