diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-12 21:36:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-12 21:36:26 +0000 |
commit | 188d3c510dd166656223afc5fbcf6c424a41e0ca (patch) | |
tree | 60b22d5626fce73462f9eff2384a2f1d8247e5fe /libavcodec/h264_direct.c | |
parent | 2bedc0e85499c6d05c230626e22fa9d0c2e511e6 (diff) | |
download | ffmpeg-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/h264_direct.c')
-rw-r--r-- | libavcodec/h264_direct.c | 1 |
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 |