fixed compile error

pull/13383/head
Andrey Morozov 13 years ago
parent a41b0902f4
commit 386578bc3f
  1. 2
      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

Loading…
Cancel
Save