fixed FFMPEG wrapper compilation on Windows

This commit is contained in:
Alexander Shishkov
2012-04-18 07:48:47 +00:00
parent 0fd5a9e965
commit eb306311f1

View File

@@ -43,6 +43,7 @@
#include "cap_ffmpeg_api.hpp"
#include <assert.h>
#include <algorithm>
#include <limits>
#if defined _MSC_VER && _MSC_VER >= 1200
#pragma warning( disable: 4244 4510 4512 4610 )