1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

videoio: repair build of FFmpeg windows wrapper

This commit is contained in:
Alexander Alekhin
2020-09-04 15:35:10 +00:00
parent fa11b98800
commit f6795d75a6
-1
View File
@@ -484,7 +484,6 @@ struct CvCapture_FFMPEG
bool setProperty(int, double);
bool grabFrame();
bool retrieveFrame(int, unsigned char** data, int* step, int* width, int* height, int* cn);
void rotateFrame(cv::Mat &mat) const;
void init();