comparison wmv2dec.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 e943e1409077
children 04423b2f6e0b
comparison
equal deleted inserted replaced
8626:8d425ee85ddb 8627:d6bab465b82c
19 */ 19 */
20 20
21 #include "avcodec.h" 21 #include "avcodec.h"
22 #include "dsputil.h" 22 #include "dsputil.h"
23 #include "mpegvideo.h" 23 #include "mpegvideo.h"
24 #include "mathops.h"
24 #include "msmpeg4.h" 25 #include "msmpeg4.h"
25 #include "msmpeg4data.h" 26 #include "msmpeg4data.h"
26 #include "intrax8.h" 27 #include "intrax8.h"
27 #include "wmv2.h" 28 #include "wmv2.h"
28 29