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

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();