comparison xan.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 777f250df232
children bff60ecc02f9
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
32 #include <stdio.h> 32 #include <stdio.h>
33 #include <stdlib.h> 33 #include <stdlib.h>
34 #include <string.h> 34 #include <string.h>
35 #include <unistd.h> 35 #include <unistd.h>
36 36
37 #include "common.h"
38 #include "avcodec.h" 37 #include "avcodec.h"
39 38
40 typedef struct XanContext { 39 typedef struct XanContext {
41 40
42 AVCodecContext *avctx; 41 AVCodecContext *avctx;