We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47d476e + 3ae17ac commit e72e171Copy full SHA for e72e171
modules/cudacodec/src/video_reader.cpp
@@ -96,7 +96,7 @@ namespace
96
97
bool set(const VideoReaderProps propertyId, const double propertyVal) CV_OVERRIDE;
98
99
- void VideoReaderImpl::set(const ColorFormat _colorFormat) CV_OVERRIDE;
+ void set(const ColorFormat _colorFormat) CV_OVERRIDE;
100
101
bool get(const VideoReaderProps propertyId, double& propertyVal) const CV_OVERRIDE;
102
0 commit comments