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/svq3.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/svq3.c')
-rw-r--r--libavcodec/svq3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index af9c40d517..87473e5fdc 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -47,6 +47,7 @@
#include "h264data.h" //FIXME FIXME FIXME
+#include "h264_mvpred.h"
#include "golomb.h"
#include "rectangle.h"
#include "vdpau_internal.h"