diff --git a/modules/highgui/src/cap_ffmpeg_impl.hpp b/modules/highgui/src/cap_ffmpeg_impl.hpp index 491bc913e..8801b5e7b 100644 --- a/modules/highgui/src/cap_ffmpeg_impl.hpp +++ b/modules/highgui/src/cap_ffmpeg_impl.hpp @@ -507,7 +507,7 @@ bool CvCapture_FFMPEG::reopen() #ifndef AVSEEK_FLAG_FRAME #define AVSEEK_FLAG_FRAME 0 #endif -ifndef AVSEEK_FLAG_ANY +#ifndef AVSEEK_FLAG_ANY #define AVSEEK_FLAG_ANY 1 #endif