fixed compilation FFMPEG wrapper on Windows

This commit is contained in:
Alexander Shishkov 2012-03-15 07:22:31 +00:00
parent c47c1adc94
commit 0ea66a38ff

View File

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