commit | 1d9c2dc89a2302076a68b4a3ae3639abbb1a502d | [log] [tgz] |
---|---|---|
author | Martin Storsjö <[email protected]> | Mon Aug 06 13:49:32 2012 |
committer | Martin Storsjö <[email protected]> | Wed Aug 15 19:32:06 2012 |
tree | 2c422621a5a9ffd2e0aac646228b186221aede2b | |
parent | 93f257db6b818896e58c708d3c2ec4b8cb0c7b00 [diff] [blame] |
Don't include common.h from avutil.h Signed-off-by: Martin Storsjö <[email protected]>
diff --git a/libavcodec/v210x.c b/libavcodec/v210x.c index 75449cd..9fd4f7a 100644 --- a/libavcodec/v210x.c +++ b/libavcodec/v210x.c
@@ -20,6 +20,8 @@ #include "avcodec.h" #include "libavutil/bswap.h" +#include "libavutil/internal.h" +#include "libavutil/mem.h" static av_cold int decode_init(AVCodecContext *avctx) {