comparison rv34.c @ 8627:d6bab465b82c libavcodec

moves mid_pred() into mathops.h (with arch specific code split by directory)
author aurel
date Sun, 18 Jan 2009 22:57:40 +0000
parents 3bfb7a2ea222
children ec65d742016f
comparison
equal deleted inserted replaced
8626:8d425ee85ddb 8627:d6bab465b82c
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include "dsputil.h" 28 #include "dsputil.h"
29 #include "mpegvideo.h" 29 #include "mpegvideo.h"
30 #include "golomb.h" 30 #include "golomb.h"
31 #include "mathops.h"
31 #include "rectangle.h" 32 #include "rectangle.h"
32 33
33 #include "rv34vlc.h" 34 #include "rv34vlc.h"
34 #include "rv34data.h" 35 #include "rv34data.h"
35 #include "rv34.h" 36 #include "rv34.h"