summaryrefslogtreecommitdiff
path: root/libavcodec/hpeldsp.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-06-13 19:03:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-06-13 19:03:55 +0200
commit684a9152c3b9d036c2a46c7ca3b772953e493de6 (patch)
treec9defd5f71ba6209327e0062e5ba7547f7a5f894 /libavcodec/hpeldsp.c
parentdffb85a98271826f6b38835b3c38399704bca3c0 (diff)
parentf0ce9913d0974ac0c7371a62c3324dd2863b5d1b (diff)
downloadffmpeg-684a9152c3b9d036c2a46c7ca3b772953e493de6.tar.gz
Merge commit 'f0ce9913d0974ac0c7371a62c3324dd2863b5d1b'
* commit 'f0ce9913d0974ac0c7371a62c3324dd2863b5d1b': Rename tpel_template.c ---> pel_template.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hpeldsp.c')
-rw-r--r--libavcodec/hpeldsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hpeldsp.c b/libavcodec/hpeldsp.c
index a7d1266092..7763760eb3 100644
--- a/libavcodec/hpeldsp.c
+++ b/libavcodec/hpeldsp.c
@@ -33,7 +33,7 @@
#define BIT_DEPTH 8
#include "hpel_template.c"
-#include "tpel_template.c"
+#include "pel_template.c"
#define PIXOP2(OPNAME, OP) \
static inline void OPNAME ## _no_rnd_pixels8_l2_8(uint8_t *dst, \