Skip to content

Commit e72e171

Browse files
committed
Merge pull request #3265 from TraubSimon:patch-1
2 parents 47d476e + 3ae17ac commit e72e171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cudacodec/src/video_reader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ namespace
9696

9797
bool set(const VideoReaderProps propertyId, const double propertyVal) CV_OVERRIDE;
9898

99-
void VideoReaderImpl::set(const ColorFormat _colorFormat) CV_OVERRIDE;
99+
void set(const ColorFormat _colorFormat) CV_OVERRIDE;
100100

101101
bool get(const VideoReaderProps propertyId, double& propertyVal) const CV_OVERRIDE;
102102

0 commit comments

Comments
 (0)