Merge pull request #18265 from alalek:fixup_17489

This commit is contained in:
Alexander Alekhin 2020-09-04 17:02:08 +00:00
commit 3835ab394e

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