comparison dsputil.c @ 10748:36611425fedb libavcodec

Add required header #includes for mpegvideo.h and config.h.
author diego
date Wed, 30 Dec 2009 11:22:41 +0000
parents 5da7180afadf
children 5cca4b6c459d
comparison
equal deleted inserted replaced
10747:b995bfb3e4fd 10748:36611425fedb
33 #include "faandct.h" 33 #include "faandct.h"
34 #include "faanidct.h" 34 #include "faanidct.h"
35 #include "mathops.h" 35 #include "mathops.h"
36 #include "h263.h" 36 #include "h263.h"
37 #include "snow.h" 37 #include "snow.h"
38 #include "mpegvideo.h"
39 #include "config.h"
38 40
39 /* snow.c */ 41 /* snow.c */
40 void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count); 42 void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count);
41 43
42 /* vorbis.c */ 44 /* vorbis.c */