From f0ce9913d0974ac0c7371a62c3324dd2863b5d1b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 12 Jun 2014 07:05:49 -0700 Subject: Rename tpel_template.c ---> pel_template.c The new name more accurately describes what the file is about. --- libavcodec/hpeldsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/hpeldsp.c') diff --git a/libavcodec/hpeldsp.c b/libavcodec/hpeldsp.c index 16f4c772ee..25694c5940 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, \ -- cgit v1.2.3