comparison vqavideo.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 2b72f9bc4f06
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
67 #include <stdio.h> 67 #include <stdio.h>
68 #include <stdlib.h> 68 #include <stdlib.h>
69 #include <string.h> 69 #include <string.h>
70 #include <unistd.h> 70 #include <unistd.h>
71 71
72 #include "common.h"
73 #include "avcodec.h" 72 #include "avcodec.h"
74 #include "dsputil.h" 73 #include "dsputil.h"
75 74
76 #define PALETTE_COUNT 256 75 #define PALETTE_COUNT 256
77 #define VQA_HEADER_SIZE 0x2A 76 #define VQA_HEADER_SIZE 0x2A