comparison huffyuv.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 0f596a49ba3d
children 65dd8127ca46
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
26 /** 26 /**
27 * @file huffyuv.c 27 * @file huffyuv.c
28 * huffyuv codec for libavcodec. 28 * huffyuv codec for libavcodec.
29 */ 29 */
30 30
31 #include "common.h" 31 #include "avcodec.h"
32 #include "bitstream.h" 32 #include "bitstream.h"
33 #include "avcodec.h"
34 #include "dsputil.h" 33 #include "dsputil.h"
35 34
36 #define VLC_BITS 11 35 #define VLC_BITS 11
37 36
38 #ifdef WORDS_BIGENDIAN 37 #ifdef WORDS_BIGENDIAN