changeset 3108:feeee985c74c libavformat

include required headers for int64_t and AV_RB16()
author aurel
date Mon, 03 Mar 2008 23:00:48 +0000
parents 483860e90d58
children 20e070d8706f
files mpeg.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mpeg.h	Mon Mar 03 22:56:07 2008 +0000
+++ b/mpeg.h	Mon Mar 03 23:00:48 2008 +0000
@@ -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)