comparison bytestream.h @ 8667:5690a6211e8c libavcodec

Directly #include some required headers.
author diego
date Sun, 25 Jan 2009 19:11:10 +0000
parents 2acf0ae7b041
children
comparison
equal deleted inserted replaced
8666:e013ec85260b 8667:5690a6211e8c
20 */ 20 */
21 21
22 #ifndef AVCODEC_BYTESTREAM_H 22 #ifndef AVCODEC_BYTESTREAM_H
23 #define AVCODEC_BYTESTREAM_H 23 #define AVCODEC_BYTESTREAM_H
24 24
25 #include <string.h>
25 #include "libavutil/common.h" 26 #include "libavutil/common.h"
26 #include "libavutil/intreadwrite.h" 27 #include "libavutil/intreadwrite.h"
27 28
28 #define DEF_T(type, name, bytes, read, write) \ 29 #define DEF_T(type, name, bytes, read, write) \
29 static av_always_inline type bytestream_get_ ## name(const uint8_t **b){\ 30 static av_always_inline type bytestream_get_ ## name(const uint8_t **b){\