summaryrefslogtreecommitdiff
path: root/libavcodec/tpeldsp.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-06-12 07:05:49 -0700
committerDiego Biurrun <diego@biurrun.de>2014-06-13 05:21:34 -0700
commitf0ce9913d0974ac0c7371a62c3324dd2863b5d1b (patch)
tree330f99e3fd2f166a96835443235f2624216738f8 /libavcodec/tpeldsp.c
parent4321e507564b2d8a5dfc630f8d6fefba6fdc1e92 (diff)
Rename tpel_template.c ---> pel_template.c
The new name more accurately describes what the file is about.
Diffstat (limited to 'libavcodec/tpeldsp.c')
-rw-r--r--libavcodec/tpeldsp.c2
1 files changed, 1 insertions, 1 deletions
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)