mirror of https://git.ffmpeg.org/ffmpeg.git
Use <> for system headers inclusion.
Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0a7d6e01a3
commit
e6c4a417b3
|
@ -23,8 +23,8 @@
|
||||||
* libopencv wrapper functions
|
* libopencv wrapper functions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opencv/cv.h"
|
#include <opencv/cv.h>
|
||||||
#include "opencv/cxtypes.h"
|
#include <opencv/cxtypes.h>
|
||||||
#include "avfilter.h"
|
#include "avfilter.h"
|
||||||
|
|
||||||
static void fill_iplimage_from_picref(IplImage *img, const AVFilterBufferRef *picref, enum PixelFormat pixfmt)
|
static void fill_iplimage_from_picref(IplImage *img, const AVFilterBufferRef *picref, enum PixelFormat pixfmt)
|
||||||
|
|
Loading…
Reference in New Issue