mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Make highgui.hpp independent from C API
This commit is contained in:
@@ -48,7 +48,7 @@ void run()
|
||||
if (!outputPath.empty())
|
||||
{
|
||||
if (!writer.isOpened())
|
||||
writer.open(outputPath, CV_FOURCC('X','V','I','D'),
|
||||
writer.open(outputPath, VideoWriter::fourcc('X','V','I','D'),
|
||||
outputFps, stabilizedFrame.size());
|
||||
writer << stabilizedFrame;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user