summaryrefslogtreecommitdiffstats
path: root/libavcodec/svq3.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-01-12 21:36:26 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-01-12 21:36:26 +0000
commit188d3c510dd166656223afc5fbcf6c424a41e0ca (patch)
tree60b22d5626fce73462f9eff2384a2f1d8247e5fe /libavcodec/svq3.c
parent2bedc0e85499c6d05c230626e22fa9d0c2e511e6 (diff)
downloadffmpeg-streaming-188d3c510dd166656223afc5fbcf6c424a41e0ca.zip
ffmpeg-streaming-188d3c510dd166656223afc5fbcf6c424a41e0ca.tar.gz
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 af9c40d..87473e5 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"
OpenPOWER on IntegriCloud