Skip to content
Snippets Groups Projects
Commit fe16ca1b authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

lavfi/ocv: fix compilation after internalization of public functions

Include missing required internal headers.
parent ce7266c6
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@
#include "libavutil/avstring.h"
#include "libavutil/file.h"
#include "avfilter.h"
#include "formats.h"
#include "video.h"
static void fill_iplimage_from_picref(IplImage *img, const AVFilterBufferRef *picref, enum PixelFormat pixfmt)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment