summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fmt-conversion.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fmt-conversion.h b/fmt-conversion.h
index 9e133a8222..f7114b0aef 100644
--- a/fmt-conversion.h
+++ b/fmt-conversion.h
@@ -19,8 +19,7 @@
#ifndef MPLAYER_FMT_CONVERSION_H
#define MPLAYER_FMT_CONVERSION_H
-#include "config.h"
-#include "libavutil/avutil.h"
+#include <libavutil/pixfmt.h>
enum PixelFormat imgfmt2pixfmt(int fmt);
int pixfmt2imgfmt(enum PixelFormat pix_fmt);