[FFmpeg-cvslog] r12306 - trunk/libavformat/mpeg.h
aurel
subversion
Tue Mar 4 00:00:49 CET 2008
Author: aurel
Date: Tue Mar 4 00:00:48 2008
New Revision: 12306
Log:
include required headers for int64_t and AV_RB16()
Modified:
trunk/libavformat/mpeg.h
Modified: trunk/libavformat/mpeg.h
==============================================================================
--- trunk/libavformat/mpeg.h (original)
+++ trunk/libavformat/mpeg.h Tue Mar 4 00:00:48 2008
@@ -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)
More information about the ffmpeg-cvslog
mailing list