comparison truemotion2.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 59f4fb490fa7
children 2b72f9bc4f06
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
24 * @file truemotion2.c 24 * @file truemotion2.c
25 * Duck TrueMotion2 decoder. 25 * Duck TrueMotion2 decoder.
26 */ 26 */
27 27
28 #include "avcodec.h" 28 #include "avcodec.h"
29 #include "common.h"
30 #include "bitstream.h" 29 #include "bitstream.h"
31 #include "dsputil.h" 30 #include "dsputil.h"
32 31
33 #define TM2_ESCAPE 0x80000000 32 #define TM2_ESCAPE 0x80000000
34 #define TM2_DELTAS 64 33 #define TM2_DELTAS 64