videoio: repair build of FFmpeg windows wrapper

pull/18265/head
Alexander Alekhin 5 years ago
parent fa11b98800
commit f6795d75a6
  1. 1
      modules/videoio/src/cap_ffmpeg_impl.hpp

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

Loading…
Cancel
Save