Use <> for system headers inclusion.

Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2010-09-16 08:47:34 +00:00
parent 0a7d6e01a3
commit e6c4a417b3
1 changed files with 2 additions and 2 deletions

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)