Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -23,8 +23,8 @@ |
| 23 | 23 |
* libopencv wrapper functions |
| 24 | 24 |
*/ |
| 25 | 25 |
|
| 26 |
-#include "opencv/cv.h" |
|
| 27 |
-#include "opencv/cxtypes.h" |
|
| 26 |
+#include <opencv/cv.h> |
|
| 27 |
+#include <opencv/cxtypes.h> |
|
| 28 | 28 |
#include "avfilter.h" |
| 29 | 29 |
|
| 30 | 30 |
static void fill_iplimage_from_picref(IplImage *img, const AVFilterBufferRef *picref, enum PixelFormat pixfmt) |