comparison flicvideo.c @ 4962:f99e40a7155b libavcodec

Remove redundant #inclusion of common.h, avcodec.h already #includes it.
author diego
date Thu, 10 May 2007 09:00:44 +0000
parents b3ee9a1526b0
children 4dbe6578f811
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
39 #include <stdio.h> 39 #include <stdio.h>
40 #include <stdlib.h> 40 #include <stdlib.h>
41 #include <string.h> 41 #include <string.h>
42 #include <unistd.h> 42 #include <unistd.h>
43 43
44 #include "common.h"
45 #include "avcodec.h" 44 #include "avcodec.h"
46 #include "bswap.h" 45 #include "bswap.h"
47 46
48 #define FLI_256_COLOR 4 47 #define FLI_256_COLOR 4
49 #define FLI_DELTA 7 48 #define FLI_DELTA 7