comparison msvideo1.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
33 #include <stdio.h> 33 #include <stdio.h>
34 #include <stdlib.h> 34 #include <stdlib.h>
35 #include <string.h> 35 #include <string.h>
36 #include <unistd.h> 36 #include <unistd.h>
37 37
38 #include "libavutil/intreadwrite.h"
38 #include "avcodec.h" 39 #include "avcodec.h"
39 40
40 #define PALETTE_COUNT 256 41 #define PALETTE_COUNT 256
41 #define CHECK_STREAM_PTR(n) \ 42 #define CHECK_STREAM_PTR(n) \
42 if ((stream_ptr + n) > s->size ) { \ 43 if ((stream_ptr + n) > s->size ) { \