mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Removed stdio include from ffmpeg wrapper
This commit is contained in:
@@ -43,7 +43,6 @@
|
|||||||
#include "cap_ffmpeg_api.hpp"
|
#include "cap_ffmpeg_api.hpp"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#if defined _MSC_VER && _MSC_VER >= 1200
|
#if defined _MSC_VER && _MSC_VER >= 1200
|
||||||
#pragma warning( disable: 4244 4510 4512 4610 )
|
#pragma warning( disable: 4244 4510 4512 4610 )
|
||||||
|
|||||||
Reference in New Issue
Block a user