diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-09 10:27:20 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-26 04:31:27 -0700 |
commit | aba70bb5387f12dfa5e6cd8cb861c9c7e668151f (patch) | |
tree | 0da2638dc7ea343430826b9952cc5fbb71d305b5 /libavcodec/motion_est_template.c | |
parent | e7373585f827d4ec05d952daa3877e8decfe3c08 (diff) | |
download | ffmpeg-aba70bb5387f12dfa5e6cd8cb861c9c7e668151f.tar.gz |
Add missing headers to make template files compile (more) standalone
Diffstat (limited to 'libavcodec/motion_est_template.c')
-rw-r--r-- | libavcodec/motion_est_template.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/motion_est_template.c b/libavcodec/motion_est_template.c index 7228744756..3848ad4b27 100644 --- a/libavcodec/motion_est_template.c +++ b/libavcodec/motion_est_template.c @@ -24,6 +24,8 @@ * Motion estimation template. */ +#include "mpegvideo.h" + //Let us hope gcc will remove the unused vars ...(gcc 3.2.2 seems to do it ...) #define LOAD_COMMON\ uint32_t av_unused * const score_map= c->score_map;\ |