comparison xan.c @ 8573:2acf0ae7b041 libavcodec

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents e943e1409077
children e9d9d946f213
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
31 #include <stdio.h> 31 #include <stdio.h>
32 #include <stdlib.h> 32 #include <stdlib.h>
33 #include <string.h> 33 #include <string.h>
34 #include <unistd.h> 34 #include <unistd.h>
35 35
36 #include "libavutil/intreadwrite.h"
36 #include "avcodec.h" 37 #include "avcodec.h"
37 38
38 typedef struct XanContext { 39 typedef struct XanContext {
39 40
40 AVCodecContext *avctx; 41 AVCodecContext *avctx;