1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

added define AVSEEK_FLAG_FRAME

This commit is contained in:
Andrey Morozov
2011-06-20 12:22:50 +00:00
parent 848be8dfe1
commit e5f7a0c65f
+3 -1
View File
@@ -433,7 +433,9 @@ bool CvCapture_FFMPEG::reopen()
return true;
}
#ifndef AVSEEK_FLAG_FRAME
#define AVSEEK_FLAG_FRAME 0
#endif
bool CvCapture_FFMPEG::open( const char* _filename )
{