diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-06-12 07:05:49 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-06-13 05:21:34 -0700 |
commit | f0ce9913d0974ac0c7371a62c3324dd2863b5d1b (patch) | |
tree | 330f99e3fd2f166a96835443235f2624216738f8 /libavcodec/h264qpel_template.c | |
parent | 4321e507564b2d8a5dfc630f8d6fefba6fdc1e92 (diff) | |
download | ffmpeg-f0ce9913d0974ac0c7371a62c3324dd2863b5d1b.tar.gz |
Rename tpel_template.c ---> pel_template.c
The new name more accurately describes what the file is about.
Diffstat (limited to 'libavcodec/h264qpel_template.c')
-rw-r--r-- | libavcodec/h264qpel_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264qpel_template.c b/libavcodec/h264qpel_template.c index d03b0dc443..963f7f1ae2 100644 --- a/libavcodec/h264qpel_template.c +++ b/libavcodec/h264qpel_template.c @@ -24,7 +24,7 @@ #include "bit_depth_template.c" #include "hpel_template.c" -#include "tpel_template.c" +#include "pel_template.c" static inline void FUNC(copy_block2)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) { |