summaryrefslogtreecommitdiff
path: root/libavcodec/h264dsp_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-05 17:33:24 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-05 17:38:37 +0200
commitc45f629576151f05ce7010967683385d277859fe (patch)
tree1f55e2afab832e4667a534e6df0d9e34979e544f /libavcodec/h264dsp_template.c
parent68e39d6efeacbf95144e3fd47b34fc79f907df3c (diff)
Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.c
This naming scheme is used elsewhere, so it's sensible to be consistent.
Diffstat (limited to 'libavcodec/h264dsp_template.c')
-rw-r--r--libavcodec/h264dsp_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264dsp_template.c b/libavcodec/h264dsp_template.c
index be88f7487f..d11eff0919 100644
--- a/libavcodec/h264dsp_template.c
+++ b/libavcodec/h264dsp_template.c
@@ -25,7 +25,7 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
-#include "high_bit_depth.h"
+#include "bit_depth_template.c"
#define op_scale1(x) block[x] = av_clip_pixel( (block[x]*weight + offset) >> log2_denom )
#define op_scale2(x) dst[x] = av_clip_pixel( (src[x]*weights + dst[x]*weightd + offset) >> (log2_denom+1))