comparison rpza.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
37 #include <stdio.h> 37 #include <stdio.h>
38 #include <stdlib.h> 38 #include <stdlib.h>
39 #include <string.h> 39 #include <string.h>
40 #include <unistd.h> 40 #include <unistd.h>
41 41
42 #include "libavutil/intreadwrite.h"
42 #include "avcodec.h" 43 #include "avcodec.h"
43 44
44 typedef struct RpzaContext { 45 typedef struct RpzaContext {
45 46
46 AVCodecContext *avctx; 47 AVCodecContext *avctx;