diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-12-21 17:33:17 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-22 06:17:29 -0700 |
commit | 322a1dda973e802db7b57f2007fad3efcd5bab81 (patch) | |
tree | b90c1ebb0502547287ecf732e122c7dd810dfec8 /libavcodec/hpel_template.c | |
parent | f9279ee74936b4990fc46287c27816ef828cc06c (diff) | |
download | ffmpeg-322a1dda973e802db7b57f2007fad3efcd5bab81.tar.gz |
dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros
Diffstat (limited to 'libavcodec/hpel_template.c')
-rw-r--r-- | libavcodec/hpel_template.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/hpel_template.c b/libavcodec/hpel_template.c index 0d9044588b..1bc18ccad0 100644 --- a/libavcodec/hpel_template.c +++ b/libavcodec/hpel_template.c @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "pixels.h" + #define DEF_HPEL(OPNAME, OP) \ static inline void FUNCC(OPNAME ## _pixels2)(uint8_t *block, \ const uint8_t *pixels, \ |