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/tpeldsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/tpeldsp.c') diff --git a/libavcodec/tpeldsp.c b/libavcodec/tpeldsp.c index 6a1681311a..7ea1da4f7e 100644 --- a/libavcodec/tpeldsp.c +++ b/libavcodec/tpeldsp.c @@ -29,7 +29,7 @@ #include "tpeldsp.h" #define BIT_DEPTH 8 -#include "tpel_template.c" +#include "pel_template.c" static inline void put_tpel_pixels_mc00_c(uint8_t *dst, const uint8_t *src, int stride, int width, int height) -- cgit v1.2.3