Commit 2869d714 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avfilter/lavfutils.h: Don't include avformat.h

Only lavfutils.c needs avformat.h, not lavfutils.h.
Reviewed-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent e4524270
......@@ -19,6 +19,7 @@
*/
#include "libavutil/imgutils.h"
#include "libavformat/avformat.h"
#include "lavfutils.h"
int ff_load_image(uint8_t *data[4], int linesize[4],
......
......@@ -24,7 +24,8 @@
#ifndef AVFILTER_LAVFUTILS_H
#define AVFILTER_LAVFUTILS_H
#include "libavformat/avformat.h"
#include <stdint.h>
#include "libavutil/pixfmt.h"
/**
* Load image from filename and put the resulting image in data.
......
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