comparison vp3.c @ 1282:8988af3ae1e8 libavcodec

Warning and compatibility fixes.
author mellum
date Sat, 24 May 2003 18:48:30 +0000
parents 777d4145cdfb
children f7b3fa4bb7ae
comparison
equal deleted inserted replaced
1281:37176fafe11e 1282:8988af3ae1e8
33 #include "common.h" 33 #include "common.h"
34 #include "avcodec.h" 34 #include "avcodec.h"
35 #include "dsputil.h" 35 #include "dsputil.h"
36 #include "mpegvideo.h" 36 #include "mpegvideo.h"
37 #include "dsputil.h" 37 #include "dsputil.h"
38 #include "bswap.h"
39 38
40 #include "vp3data.h" 39 #include "vp3data.h"
41 40
42 #define FRAGMENT_PIXELS 8 41 #define FRAGMENT_PIXELS 8
43 42