Commit e6c4a417 authored by Stefano Sabatini's avatar Stefano Sabatini

Use <> for system headers inclusion.

Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0a7d6e01
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment