Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-01-13 00:36:26 +0300
committerMichael Niedermayer <michaelni@gmx.at>2010-01-13 00:36:26 +0300
commit188d3c510dd166656223afc5fbcf6c424a41e0ca (patch)
tree60b22d5626fce73462f9eff2384a2f1d8247e5fe /libavcodec/h264_direct.c
parent2bedc0e85499c6d05c230626e22fa9d0c2e511e6 (diff)
Split motion vector prediction off h264.c/h.
Originally committed as revision 21174 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264_direct.c')
-rw-r--r--libavcodec/h264_direct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264_direct.c b/libavcodec/h264_direct.c
index 323c4cf263..6b656b1f79 100644
--- a/libavcodec/h264_direct.c
+++ b/libavcodec/h264_direct.c
@@ -30,6 +30,7 @@
#include "avcodec.h"
#include "mpegvideo.h"
#include "h264.h"
+#include "h264_mvpred.h"
#include "rectangle.h"
#if ARCH_X86