diff ffv1.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 7a463923ecd1
children e9d9d946f213
line wrap: on
line diff
--- a/ffv1.c	Sun Jan 18 20:43:11 2009 +0000
+++ b/ffv1.c	Sun Jan 18 22:57:40 2009 +0000
@@ -30,6 +30,7 @@
 #include "dsputil.h"
 #include "rangecoder.h"
 #include "golomb.h"
+#include "mathops.h"
 
 #define MAX_PLANES 4
 #define CONTEXT_SIZE 32