comparison roqvideo.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 66ef3690d108
children 6166fbf375cc
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <stdlib.h> 30 #include <stdlib.h>
31 #include <string.h> 31 #include <string.h>
32 #include <unistd.h> 32 #include <unistd.h>
33 33
34 #include "common.h"
35 #include "avcodec.h" 34 #include "avcodec.h"
36 #include "dsputil.h" 35 #include "dsputil.h"
37 36
38 typedef struct { 37 typedef struct {
39 unsigned char y0, y1, y2, y3, u, v; 38 unsigned char y0, y1, y2, y3, u, v;