projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0442b3e
)
Removed stdio include from ffmpeg wrapper
author
Alexander Reshetnikov
<no@email>
Fri, 13 Apr 2012 17:56:45 +0000
(17:56 +0000)
committer
Alexander Reshetnikov
<no@email>
Fri, 13 Apr 2012 17:56:45 +0000
(17:56 +0000)
modules/highgui/src/cap_ffmpeg_impl_v2.hpp
patch
|
blob
|
history
diff --git
a/modules/highgui/src/cap_ffmpeg_impl_v2.hpp
b/modules/highgui/src/cap_ffmpeg_impl_v2.hpp
index
ad5e45e
..
e89af78
100755
(executable)
--- a/
modules/highgui/src/cap_ffmpeg_impl_v2.hpp
+++ b/
modules/highgui/src/cap_ffmpeg_impl_v2.hpp
@@
-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 )