diff svq3.c @ 10864:e3f5eb016712 libavcodec

Split motion vector prediction off h264.c/h.
author michael
date Tue, 12 Jan 2010 21:36:26 +0000
parents 974ac220c93a
children fb2dcafa2db3
line wrap: on
line diff
--- a/svq3.c	Tue Jan 12 21:17:26 2010 +0000
+++ b/svq3.c	Tue Jan 12 21:36:26 2010 +0000
@@ -47,6 +47,7 @@
 
 #include "h264data.h" //FIXME FIXME FIXME
 
+#include "h264_mvpred.h"
 #include "golomb.h"
 #include "rectangle.h"
 #include "vdpau_internal.h"