Removed stdio include from ffmpeg wrapper

This commit is contained in:
Alexander Reshetnikov 2012-04-13 17:56:45 +00:00
parent 0442b3eae4
commit 5d4c194502

View File

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