summaryrefslogtreecommitdiff
path: root/libavfilter/vf_libopencv.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-16 08:47:34 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-16 08:47:34 +0000
commite6c4a417b38c4e066e90b42d9bbb8330819a775f (patch)
tree3630c1afc6bbe878f5bb75a54c6088230d0d82a1 /libavfilter/vf_libopencv.c
parent0a7d6e01a3a7e9625ca521e20c9bd80303574d7a (diff)
Use <> for system headers inclusion.
Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/vf_libopencv.c')
-rw-r--r--libavfilter/vf_libopencv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_libopencv.c b/libavfilter/vf_libopencv.c
index e93ffc9da7..604d0299d1 100644
--- a/libavfilter/vf_libopencv.c
+++ b/libavfilter/vf_libopencv.c
@@ -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)