1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Fixed Windows build warnings and configuration problem.

This commit is contained in:
Andrey Kamaev
2012-06-30 20:45:01 +00:00
parent 27c23b557c
commit afe11f69fb
8 changed files with 74 additions and 84 deletions
@@ -81,11 +81,7 @@ public:
double fps();
private:
std::string path_;
bool volatileFrame_;
struct VideoReader;
const VideoReader& reader_;
Ptr<IFrameSource> impl;
};
} // namespace videostab