Commit f6fd4def authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20974 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e05a7d92
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment