Commit eb06947c authored by aurel's avatar aurel

include required headers for int64_t and AV_RB16()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12306 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1e706215
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment