diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-05 17:33:24 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-05 17:38:37 +0200 |
commit | c45f629576151f05ce7010967683385d277859fe (patch) | |
tree | 1f55e2afab832e4667a534e6df0d9e34979e544f /libavcodec/h264idct_template.c | |
parent | 68e39d6efeacbf95144e3fd47b34fc79f907df3c (diff) | |
download | ffmpeg-c45f629576151f05ce7010967683385d277859fe.tar.gz |
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/h264idct_template.c')
-rw-r--r-- | libavcodec/h264idct_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264idct_template.c b/libavcodec/h264idct_template.c index c024538db5..55c1d3a4d8 100644 --- a/libavcodec/h264idct_template.c +++ b/libavcodec/h264idct_template.c @@ -25,7 +25,7 @@ * @author Michael Niedermayer <michaelni@gmx.at> */ -#include "high_bit_depth.h" +#include "bit_depth_template.c" #ifndef AVCODEC_H264IDCT_INTERNAL_H #define AVCODEC_H264IDCT_INTERNAL_H |