Merge pull request #18265 from alalek:fixup_17489

pull/18274/head^2
Alexander Alekhin 4 years ago
commit 3835ab394e
  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