[FFmpeg-cvslog] r20974 - trunk/libavcodec/dsputil.c

diego subversion
Wed Dec 30 12:22:41 CET 2009


Author: diego
Date: Wed Dec 30 12:22:41 2009
New Revision: 20974

Log:
Add required header #includes for mpegvideo.h and config.h.

Modified:
   trunk/libavcodec/dsputil.c

Modified: trunk/libavcodec/dsputil.c
==============================================================================
--- trunk/libavcodec/dsputil.c	Wed Dec 30 12:07:04 2009	(r20973)
+++ trunk/libavcodec/dsputil.c	Wed Dec 30 12:22:41 2009	(r20974)
@@ -35,6 +35,8 @@
 #include "mathops.h"
 #include "h263.h"
 #include "snow.h"
+#include "mpegvideo.h"
+#include "config.h"
 
 /* snow.c */
 void ff_spatial_dwt(int *buffer, int width, int height, int stride, int type, int decomposition_count);



More information about the ffmpeg-cvslog mailing list