diff h264.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 2ca51be7dad8
children 8b52ac19a91c
line wrap: on
line diff
--- a/h264.c	Sun Jan 18 20:43:11 2009 +0000
+++ b/h264.c	Sun Jan 18 22:57:40 2009 +0000
@@ -32,6 +32,7 @@
 #include "h264data.h"
 #include "h264_parser.h"
 #include "golomb.h"
+#include "mathops.h"
 #include "rectangle.h"
 #include "vdpau_internal.h"