mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Fixed identifiers warns
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_CUDACODEC_HPP__
|
||||
#define __OPENCV_CUDACODEC_HPP__
|
||||
#ifndef OPENCV_CUDACODEC_HPP
|
||||
#define OPENCV_CUDACODEC_HPP
|
||||
|
||||
#ifndef __cplusplus
|
||||
# error cudacodec.hpp header must be compiled as C++
|
||||
@@ -339,4 +339,4 @@ CV_EXPORTS Ptr<VideoReader> createVideoReader(const Ptr<RawVideoSource>& source)
|
||||
|
||||
}} // namespace cv { namespace cudacodec {
|
||||
|
||||
#endif /* __OPENCV_CUDACODEC_HPP__ */
|
||||
#endif /* OPENCV_CUDACODEC_HPP */
|
||||
|
||||
Reference in New Issue
Block a user