Commit e5f7a0c6 authored by Andrey Morozov's avatar Andrey Morozov

added define AVSEEK_FLAG_FRAME

parent 848be8df
...@@ -433,7 +433,9 @@ bool CvCapture_FFMPEG::reopen() ...@@ -433,7 +433,9 @@ bool CvCapture_FFMPEG::reopen()
return true; return true;
} }
#ifndef AVSEEK_FLAG_FRAME
#define AVSEEK_FLAG_FRAME 0
#endif
bool CvCapture_FFMPEG::open( const char* _filename ) bool CvCapture_FFMPEG::open( const char* _filename )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment