summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/mpeg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/mpeg.h b/libavformat/mpeg.h
index 9283101d10..bdd70254d6 100644
--- a/libavformat/mpeg.h
+++ b/libavformat/mpeg.h
@@ -22,6 +22,9 @@
#ifndef FFMPEG_MPEG_H
#define FFMPEG_MPEG_H
+#include <stdint.h>
+#include "intreadwrite.h"
+
#define PACK_START_CODE ((unsigned int)0x000001ba)
#define SYSTEM_HEADER_START_CODE ((unsigned int)0x000001bb)
#define SEQUENCE_END_CODE ((unsigned int)0x000001b7)