videoio: repair build of FFmpeg windows wrapper
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Fri, 4 Sep 2020 15:35:10 +0000 (15:35 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Fri, 4 Sep 2020 15:36:10 +0000 (15:36 +0000)
modules/videoio/src/cap_ffmpeg_impl.hpp

index ac6f9448e0ff6ae8daa96e7474e0c0cf9b3bdb48..3974f4af34742873081eda0e6eda9f03b8a73e64 100644 (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();