comparison vmdav.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 4525dcd81357
children 33912b3ea952
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
42 #include <stdio.h> 42 #include <stdio.h>
43 #include <stdlib.h> 43 #include <stdlib.h>
44 #include <string.h> 44 #include <string.h>
45 #include <unistd.h> 45 #include <unistd.h>
46 46
47 #include "libavutil/intreadwrite.h"
47 #include "avcodec.h" 48 #include "avcodec.h"
48 49
49 #define VMD_HEADER_SIZE 0x330 50 #define VMD_HEADER_SIZE 0x330
50 #define PALETTE_COUNT 256 51 #define PALETTE_COUNT 256
51 52