Media Foundation-based VideoWriter added

This commit is contained in:
Alexander Smorkalov
2013-05-06 03:36:51 -07:00
parent 033e3092a3
commit ccb8292e8e
4 changed files with 367 additions and 7 deletions

View File

@@ -263,9 +263,5 @@ CvVideoWriter* cvCreateVideoWriter_FFMPEG_proxy( const char* filename, int fourc
if( result->open( filename, fourcc, fps, frameSize, isColor != 0 ))
return result;
delete result;
#ifdef HAVE_VFW
return cvCreateVideoWriter_VFW(filename, fourcc, fps, frameSize, isColor);
#else
return 0;
#endif
}