diff bytestream.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents e92146cec4a8
children 3d64f44fd2a3
line wrap: on
line diff
--- a/bytestream.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/bytestream.h	Sat Jun 16 22:59:13 2007 +0000
@@ -22,6 +22,8 @@
 #ifndef FFMPEG_BYTESTREAM_H
 #define FFMPEG_BYTESTREAM_H
 
+#include "common.h"
+
 #define DEF(name, bytes, read, write)\
 static av_always_inline unsigned int bytestream_get_ ## name(uint8_t **b){\
     (*b) += bytes;\