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
commit
e6c4a417b3
1 changed files with 2 additions and 2 deletions
  1. +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)


Loading…
Cancel
Save