comparison ffv1.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 ce643a22f049
children 2b72f9bc4f06
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
24 /** 24 /**
25 * @file ffv1.c 25 * @file ffv1.c
26 * FF Video Codec 1 (an experimental lossless codec) 26 * FF Video Codec 1 (an experimental lossless codec)
27 */ 27 */
28 28
29 #include "common.h" 29 #include "avcodec.h"
30 #include "bitstream.h" 30 #include "bitstream.h"
31 #include "avcodec.h"
32 #include "dsputil.h" 31 #include "dsputil.h"
33 #include "rangecoder.h" 32 #include "rangecoder.h"
34 #include "golomb.h" 33 #include "golomb.h"
35 34
36 #define MAX_PLANES 4 35 #define MAX_PLANES 4