summaryrefslogtreecommitdiff
path: root/libavformat/mxf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r--libavformat/mxf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h
index b1b1fedac7..eb473d8a55 100644
--- a/libavformat/mxf.h
+++ b/libavformat/mxf.h
@@ -21,9 +21,10 @@
#ifndef AVFORMAT_MXF_H
#define AVFORMAT_MXF_H
-#include "avformat.h"
-#include "libavcodec/avcodec.h"
#include <stdint.h>
+#include "libavutil/log.h"
+#include "libavutil/pixfmt.h"
+#include "libavutil/rational.h"
typedef uint8_t UID[16];