This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Use <> for system headers inclusion.
Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Stefano Sabatini
15 years ago
parent
0a7d6e01a3
commit
e6c4a417b3
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavfilter/vf_libopencv.c
+ 2
- 2
libavfilter/vf_libopencv.c
View File
@@ -23,8 +23,8 @@
* libopencv wrapper functions
*/
#include
"opencv/cv.h"
#include
"opencv/cxtypes.h"
#include
<opencv/cv.h>
#include
<opencv/cxtypes.h>
#include "avfilter.h"
static void fill_iplimage_from_picref(IplImage *img, const AVFilterBufferRef *picref, enum PixelFormat pixfmt)
Write
Preview
Loading…
Cancel
Save