diff h264_direct.c @ 10864:e3f5eb016712 libavcodec

Split motion vector prediction off h264.c/h.
author michael
date Tue, 12 Jan 2010 21:36:26 +0000
parents b20434143fd5
children b847f02d5b03
line wrap: on
line diff
--- a/h264_direct.c	Tue Jan 12 21:17:26 2010 +0000
+++ b/h264_direct.c	Tue Jan 12 21:36:26 2010 +0000
@@ -30,6 +30,7 @@
 #include "avcodec.h"
 #include "mpegvideo.h"
 #include "h264.h"
+#include "h264_mvpred.h"
 #include "rectangle.h"
 
 #if ARCH_X86