comparison vp3dsp.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 d6f83e2f8804
children 25914f8a9bb3
comparison
equal deleted inserted replaced
4961:3e8e345084cb 4962:f99e40a7155b
22 * @file vp3dsp.c 22 * @file vp3dsp.c
23 * Standard C DSP-oriented functions cribbed from the original VP3 23 * Standard C DSP-oriented functions cribbed from the original VP3
24 * source code. 24 * source code.
25 */ 25 */
26 26
27 #include "common.h"
28 #include "avcodec.h" 27 #include "avcodec.h"
29 #include "dsputil.h" 28 #include "dsputil.h"
30 29
31 #define IdctAdjustBeforeShift 8 30 #define IdctAdjustBeforeShift 8
32 #define xC1S7 64277 31 #define xC1S7 64277