diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-12-21 16:03:59 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-22 06:17:30 -0700 |
commit | 57f09608e1600d1cf1679885a46f5004d522d68f (patch) | |
tree | ddb3ce6e7d2ac7f8479add595d7212434d7ca8f7 /libavcodec/h264qpel_template.c | |
parent | 82dd1026cfc1d72b04019185bea4c1c9621ace3f (diff) | |
download | ffmpeg-57f09608e1600d1cf1679885a46f5004d522d68f.tar.gz |
dsputil: Move thirdpel-related bits into their own context
Diffstat (limited to 'libavcodec/h264qpel_template.c')
-rw-r--r-- | libavcodec/h264qpel_template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264qpel_template.c b/libavcodec/h264qpel_template.c index 71821798a4..d03b0dc443 100644 --- a/libavcodec/h264qpel_template.c +++ b/libavcodec/h264qpel_template.c @@ -24,6 +24,7 @@ #include "bit_depth_template.c" #include "hpel_template.c" +#include "tpel_template.c" static inline void FUNC(copy_block2)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) { |