summaryrefslogtreecommitdiff
path: root/libavutil/imgutils.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-04 13:34:27 +0100
committerMans Rullgard <mans@mansr.com>2011-07-03 21:42:07 +0100
commitabc78a5a7c158e9813db502cedce096101e38890 (patch)
treea260f436f1bb498505533840a61b3e98b55cd19a /libavutil/imgutils.c
parentd49ea4afb4e39e4af33435452dee8ef4c852d83d (diff)
Do not include log.h in avutil.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavutil/imgutils.c')
-rw-r--r--libavutil/imgutils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/imgutils.c b/libavutil/imgutils.c
index 46853cafcb..5cd71e21ce 100644
--- a/libavutil/imgutils.c
+++ b/libavutil/imgutils.c
@@ -23,6 +23,7 @@
#include "imgutils.h"
#include "internal.h"
+#include "log.h"
#include "pixdesc.h"
void av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4],